Your code not working is not an issue (= a bug in the kata). Please read this: https://docs.codewars.com/training/troubleshooting/
I don't know what language this is - I think Ruby? - but I'm guessing that it's failing because you aren't returning anything - use whatever the return statement in Ruby is instead of print .
print
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
Your code not working is not an issue (= a bug in the kata). Please read this: https://docs.codewars.com/training/troubleshooting/
I don't know what language this is - I think Ruby? - but I'm guessing that it's failing because you aren't returning anything - use whatever the return statement in Ruby is instead of
print
.This comment is hidden because it contains spoiler information about the solution