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
5555b9865a
holey-bytes
/
hblang
/
text-prj
/
main.hb
10 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
t
2024-07-19 07:24:58 -05:00
foo := 0;
v
2024-07-19 08:51:02 -05:00
.{global, fib} := @use("pkg.hb")
making modules work
2024-06-01 13:29:35 -05:00
main := fn(a: int): int {
v
2024-07-19 08:51:02 -05:00
g := global
return fib(g)
making modules work
2024-06-01 13:29:35 -05:00
}
Copy permalink