Post History
brainfuck, cracked by Aaron Miller, 243 bytes void main(x,y)->{ printf=io.write(z=x-y); printf("+++++[++++>---<]>.+[--->+<]>+++.+.+++.+[---->+<]>+++.[->+++<]&...
Answer
#2: Post edited
# ???, 243 bytes- void main(x,y)->{
- printf=io.write(z=x-y);
- printf("+++++[++++>---<]>.+[--->+<]>+++.+.+++.+[---->+<]>+++.[->+++<]>+.+++++++++++++.----------.-[--->+<]>-.>-[--->+<]>---.--[--->+<]>-.-------------..+++.+++++++++++++.+.");
- print "Cops and Robbers";
- }
- # [brainfuck](https://esolangs.org/wiki/brainfuck), [cracked by Aaron Miller](https://codegolf.codidact.com/posts/283162#answer-283162), 243 bytes
- void main(x,y)->{
- printf=io.write(z=x-y);
- printf("+++++[++++>---<]>.+[--->+<]>+++.+.+++.+[---->+<]>+++.[->+++<]>+.+++++++++++++.----------.-[--->+<]>-.>-[--->+<]>---.--[--->+<]>-.-------------..+++.+++++++++++++.+.");
- print "Cops and Robbers";
- }