This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2025-01-15 15:06:42 +00:00
Code
Issues
Releases
Activity
16444b7a38
freebsd
/
contrib
/
bc
/
Test
/
jn.b
7 lines
89 B
Brainfuck
Raw
Normal View
History
Unescape
Escape
Initial import of bc 1.0.6
2001-02-26 07:13:00 +00:00
scale = 50
for (a=0; a
<
=100; a
+
= 20) {
for (b=0; b
<
=300; b
+
= 20) x=j(a
,
b)
x
Import GNU bc 1.04 PR: 4183
1998-04-29 21:53:01 +00:00
}
quit
Reference in New Issue
Copy Permalink