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.
Running tests in C I'm getting issues:
return_minus_one_for_negative (3 of 3 Assertions)
should_work_for_positive (2 of 2 Assertions)
should_work_for_random
The expression (foldTo(number)) == (solution(number)) is false.
Completed in 0.119257ms
I'm wondering if the way the random number is being passed in C is screwy.
So glad I wasn't the only one who decided to let error handling do the heavy lifting