This website requires JavaScript.
Explore
Help
Register
Sign In
hardenedbsd
/
HardenedBSD
Watch
1
Star
0
Fork
0
You've already forked HardenedBSD
mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced
2025-01-10 08:22:27 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
a078a05252
HardenedBSD
/
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 08:13:00 +01: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 23:53:01 +02:00
}
quit
Reference in New Issue
Copy Permalink