mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-21 08:24:10 +01:00
8 lines
117 B
Brainfuck
8 lines
117 B
Brainfuck
for (i=0; i<1000; i++) a = 2^i;
|
|
a
|
|
for (i=3000; i<3100; i++) a = 3^i;
|
|
a
|
|
for (i=200; i<220; i++) a = (4^100)^i;
|
|
a
|
|
quit
|