This website requires JavaScript.
Explore
Help
Sign In
AbleOS
/
holey-bytes
Watch
3
Star
3
Fork
You've already forked holey-bytes
5
Code
Issues
5
Pull requests
Packages
Projects
Releases
Wiki
Activity
33a4bf7d01
holey-bytes
/
hblang
/
text-prj
/
pkg.hb
6 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
t
2024-07-19 07:24:58 -05:00
global := 10
making modules work
2024-06-01 13:29:35 -05:00
fib := fn(n: int): int {
t
2024-07-19 07:24:58 -05:00
return n + 1
making modules work
2024-06-01 13:29:35 -05:00
}
Reference in a new issue
Copy permalink