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.
So i guess this is exactly the solution that author intended? Overwise i dont get whats the point of hint.
Looks like not all inputs are displayed in log for C#.
For example in "conflicts" tests i can see only:
But with
Console.WriteLine(input)
i can see:Also in "variables" tests in log i can see
input("y") == <> and not <25> => wrong solution, aborted!
But in previous "function" tests with
Console.WriteLine(input)
(not in default log) i can seeSo I thought there should be different scopes for different sections of the tests. If not, then the answer in "variables" tests should be
y = 25
xD
you okay bro?
.