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.
Most likely not a kata issue; if you're sure it is then give more details.
and same here... :/
same here
omg, I had this problem with elixir too. using
:math.pow
. switching to multiplication fixed it, but i find this very weird!why?!
ಠ_ಠ
Are the tests relevant? They seems buggy to me ...
IMHO this is too easy for a 6kyu problem. I'd rather rate it 7.
Good work!
That fixed it, I added the prints to see if it was working and forgot to remove them. Thanks!
995 guys passed the Java kata so I am quite sure it is not a kata problem but maybe a CW problem that happens when there are too many stdout to the console. Do you print something? If so suppress the printing.
My solution works in Eclipse, when I try it here it outputs a lot of errors that seem to come from the test class.
Trying this for Java and I get this message:
"Server Execution Error:
Unexpected token { in JSON at position 1591677"
My code works fine and gets the correct answers when I run it in Eclipse, but it doesn't work here. Is this a problem with the Kata or should I post my code in a reply?