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.
Author changed the link, close the issue
out
is a local array variable. withreturn out;
you are returning the address of a local variable, which is incorrect. as soon as the function exits the address becomes invalid.out
is missing1
byte for the nul-terminatorIf you push code like this to prod you're getting fired lmao, shorter != better
fork approved
Function name typo
Function names misspelled in both.
Fixed, now all tests are guaranteed to have uppercase
the funniest thing is that the only lowercase test; all random tests are using uppercase
Wow this is wonderful
integer overflow in reference solution
I've added a fork fixing the typo
error approving: "Language Version is invalid" for go and rust
approved
I can't figure how you got the values. That's quite funny! :-D
😂
Loading more items...