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.
Kotlin Translation
Approved
To be honest, I was initially expecting to see a real-life animation task by just looking at the title OwO
Python:
it
block for first 2describe
blocks (sample and fixed test cases)TypeScript translation
JavaScript translation
what the fuck
Initial solution should no longer have the syntax error in it. Desc updated as well.
C translation initial solution has syntax error in it.
I was just kidding :/
The mistake is also in the description, beware
Also, players should be
const char *
, and the array of strings should be double-const:char const *const choices[]
(user is neither supposed to mutatechoices[0]
norchoices[0][0]
;-)I had to change this in the setup to pass the kata:
Looks good, so I've approved it. I believe that the description for the C translation should note that you return something else rather than the literal string "Player 1 won!" and likewise though.
If you're just being spiteful, please stop.
If you are asking a legitimate question about mental state of another user, then please also stop. Kata discourse is not a place to discuss such matters.
This comment has been reported as abusive
C Translation
Loading more items...