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.
Ok. Sorry, I didn't realize it published because it took so long.
This comment is hidden because it contains spoiler information about the solution
It is a bit hacky, but after all, this is Hack-22!
@Voile Remember, jcsahnwaldt said that there is no such thing as an uncivilized solution. Also, I tested, and that solution only seems to be working on this Kata.
Yes, I think you're right about jcsahnwaldt's solution not working anymore, along with most solutions, but today, I found a solution that works.
This comment is hidden because it contains spoiler information about the solution
Probably because of a VM error. I got the same error, so I took a different approach.
Sorry about 16000 lines, the only important part is the doStuff() method and the loophole() method.
This kata was easy, once I figured out how to solve it. All I had to do was add a dummy test, and call
System.exit(0)
in my loophole method. Repackaging 16000 lines of ASM was a huge waste of time.Does not work
Won't work
Won't work.
Every char at the index of an even number goes into the output string. Then, every char at the index of an odd number goes into the output string. n is the key, that process should be repeated n times.