mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 00:13:04 +01:00
17f33912d7
PR: 4183
9 lines
82 B
Brainfuck
9 lines
82 B
Brainfuck
scale = 20
|
|
a=2/3
|
|
for (i=0; i<1000; i++) {
|
|
for (j=1; j<100; j++) b=a/j
|
|
}
|
|
b
|
|
quit
|
|
|