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.
another note: it is common practice in go to put the
if present
check all on one line.you can look at my solution for a full example
This comment is hidden because it contains spoiler information about the solution
This has been resolved. Thanks for notifying.
Please check out my newly published Kata challenge: https://www.codewars.com/kata/lunar-bombing-run/
Are you sure on this? PHP tests run as
assertEquals(theirs, yours, 'msg');
, do they not?