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.
Because it's
auto bus
. Got it? "autobus"! :D No? Okay :(why do we have 'auto' here? it is useless in C
Fixed.
Seems like PHP-version is broken - clicking "Test" passes them, because there's no user input's testing is done:
$this->assertEquals("a", "a");
$this->assertEquals([0], [0]);
while "Attempt" button returns
Failed asserting that 21 matches expected null.
Expected: null
Actual : 21
So there's no examples of what should be done in this test except for text in description, which tells to look at test cases.
you're right, print_r() was below if(empty) return so didn't printed anything for this arrays
Thanks!
This comment is hidden because it contains spoiler information about the solution