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.
Now it does say "@nnreal_induction_on" for me, but when I first completed the kata, the test file had "immediate." Maybe if you leave "Example Test Cases" blank it defaults to something that uses "immediate"?
In any case, it does seem like this issue is now resolved.
I think this issue is resolved. I couldn't find any mention of "immediate" anywhere, but I did leave the Example Test Cases blank and they are now filled in.
Instead of "immediate", the test file should have "@nnreal_induction_on". Otherwise, nice kata.
Resolved
Okay, thanks for fixing it. The kata itself is really nice, by the way.
I updated the sample tests. I don't know why the default one used
immediate
as the name. The problem was you needed@word_eq_power_tower
For some reason the test doesn't work for me even though I was able to submit a successful solution. The output of the test was
unknown identifier immediate
. When I tried changingimmediate
toword_eq_power_tower
the output wasHowever, as I said, I had no problems attempting or submitting my solution.
It would be nice if the initial solution file included the lines
Also, I noticed that the preloaded file contains
open nvalue
but notopen lvalue
which doesn't cause any problems, but seems a little weird (and briefly confused me when I was working on solving the kata).This comment is hidden because it contains spoiler information about the solution