1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/contrib/bc/Test/raise.b
Andreas Klemm 17f33912d7 Import GNU bc 1.04
PR:		4183
1998-04-29 21:53:01 +00:00

4 lines
39 B
Brainfuck

for (i=0; i<1000; i++) a = 2^i;
a
quit