This website requires JavaScript.
Explore
Help
Sign In
koniifer
/
holey-bytes
Watch
1
Star
0
Fork
You've already forked holey-bytes
0
forked from
AbleOS/holey-bytes
Code
Pull requests
Activity
8984dce0e7
holey-bytes
/
hblang
/
text-prj
/
pkg.hb
6 lines
57 B
Plaintext
Raw
Normal View
History
Unescape
Escape
brahmaputra 4
2024-07-07 07:52:31 -05:00
global := 10;
making modules work
2024-06-01 13:29:35 -05:00
fib := fn(n: int): int {
return n + 1;
}
Copy permalink