←back to thread

378 points hubraumhugo | 2 comments | | HN request time: 0.424s | source
Show context
johnd0309 ◴[] No.35999957[source]
I solved all levels using (always the same) two words ("remove lastletter") but can't solve all levels using a single word, did anyone manage that?
replies(2): >>36000058 #>>36016511 #
1. xcv123 ◴[] No.36000058[source]
That is clever. I couldn't find a single word solution yet, but I did reduce the length of your solution:

"drop lastchar"

replies(1): >>36000112 #
2. johnd0309 ◴[] No.36000112[source]
even better, thanks! annoyingly, even with this improved version, removing the space breaks it, so we're still at two words