24
2
This is the robbers' thread. The cops' thread goes here.
Write a code that has the same number of bytes as the cop post and where the revealed characters are identical. The code must produce 1
in its initial state, and produce the numbers 2, 3 ..
when single alterations are made.
The winner will be the robber that cracked the most posts.
Example post:
MyLang, 9 bytes, 8 numbers (including link to answer), Cop's username.
Original code:
abc1efghi
Code that produces 1 - 8:
1: abc1efghi
2: abc2efghi
3: abc2efghij
4: kbc2efghij
5: kbc23fghij
6: kbc23fghi
7: kbc63fghi
8: kbc63fhi
Explanations are encouraged. The exact format of the robber post is optional.
1Congrats! That's the one I thought of too. I was curious and ran a search. It turns out there are many solutions, including ones that don't use bitwise operations. – xnor – 2016-11-16T11:27:48.683
print 10/10
is quite an interesting one if you ban&
, according to the tree search. Or, if you require going to 11. – xnor – 2016-11-16T11:39:26.967