mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
17f33912d7
PR: 4183
8 lines
76 B
Brainfuck
8 lines
76 B
Brainfuck
scale = 20
|
|
for (i=0; i<1000; i++) {
|
|
for (j=1; j<100; j++) b=i*j
|
|
}
|
|
b
|
|
quit
|
|
|