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.
fixed
shhould be good now.
This Kata seems to have issue with final test cases. Sometimes random function in test cases allow producing just 2 digit year string. whenever that happens, code crashes.
This kata seems to have issue with running tests using Swift 3.0
All sample tests were passed.
However, when you try to attempt it, it keeps producing
("Optional("nil")") is not equal to ("nil")
I am sure, I am not returing an optional value. If that was the case, sample tests should not have been passed.