Beta
Power Towers in a group
Loading description...
Puzzles
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
This Kata is not compatible with Lean 3.20.c as of 08/10/2020
Fixed the solution
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.
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
Okay, thanks for fixing it. The kata itself is really nice, by the way.
Resolved
This comment has been hidden.
Fixed