This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
69f4059642
NetBSD
/
gnu
/
usr.bin
/
bc
/
Test
/
div.b
9 lines
82 B
Brainfuck
Raw
Blame
History
scale = 20
a=2/3
for (i=0; i
<
1000; i
++
) {
for (j=1; j
<
100; j
++
) b=a/j
}
b
quit
Reference in New Issue
View Git Blame
Copy Permalink