mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
17f33912d7
PR: 4183
6 lines
70 B
Brainfuck
6 lines
70 B
Brainfuck
for (a=0; a<1000; a+=2) x=a(a)
|
|
x
|
|
for (a=0; a<2; a+=.01) x=a(a)
|
|
x
|
|
quit
|