Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Different Swift versions most probably.
gets the following error message:
solution.swift:7:26: error: value of type 'Character' has no member 'asciiValue'
What could be the reason? If I run it locally, it works.
Enabling the new version is not automatic, the code must be modified to work. 4.0 is available in CW, but until someone upgrade the katas, they'll be in the original version.
Is Swift a deprecated language for Code Wars? 3.1.1 is very old.
Different Swift version, 3.1.1 doesn't support it.
why is it specified that String does not have the function "enumerated()"?