Ad
  • Custom User Avatar

    The fact that things stopped working after you broke your solution is not a kata issue :)

    Make sure that your function is named beeramid.

  • Custom User Avatar

    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.