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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
You're right, basically just figured out how to do the workaround. :D It's a bug, one way or the other.
This comment is hidden because it contains spoiler information about the solution
thx
Guess that's another work around for the same issue -> bug in the kata. Scroll down a bit, it's around 2 years old. "For swift create a typealias for Long that's of type Int64 to complete this Kata. Otherwise your attempt won't run."
Guess that's another work around for the same issue -> bug in the kata. Scroll down a bit, it's around 2 years old. "For swift create a typealias for Long that's of type Int64 to complete this Kata. Otherwise your attempt won't run."
This comment is hidden because it contains spoiler information about the solution
Thanks for the swift(haha) replay, but the error lies in the execution of the main tests -> in the kata. Please check the error message again. ( let actual = numbersWithDigitInside(x,d); -> Not part of my code -> Error in the kata. As the kata is quite old, some of Swifts code-breaking compiler updates have probably caused an issue here.)
main.swift:44:24: error: type of expression is ambiguous without more context let actual = numbersWithDigitInside(x,d);
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Sure, there are always a ton of different ways to solve a Kata.
Works fine on my machine, could you explain the issue a bit further?
Awesome! Merci :)
Thanks a lot! Happy sunday :)
Loading more items...