Ad
  • Custom User Avatar

    fixed

  • Custom User Avatar

    shhould be good now.

  • Custom User Avatar

    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.

  • Custom User Avatar

    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.