mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 23:28:37 -04:00
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
|