mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
17f33912d7
PR: 4183
4 lines
39 B
Brainfuck
4 lines
39 B
Brainfuck
for (i=0; i<1000; i++) a = 2^i;
|
|
a
|
|
quit
|