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.
The fact that things stopped working after you broke your solution is not a kata issue :)
Make sure that your function is named
beeramid
.My code was running good until i changed it a little and now its showing
In file included from main.cpp:7:
./tests.cpp:5:18: error: use of undeclared identifier 'beeramid'
Assert::That(beeramid(9, 2), Equals(1));
Now even if i undo my code its now working and showing the same error again and again.