mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
5 lines
87 B
Brainfuck
5 lines
87 B
Brainfuck
scale = 60
|
|
for (a=1; a<100000000000000000000000000000000000000; a = a*2) x=l(a)
|
|
x
|
|
quit
|