This website requires JavaScript.
Explore
Help
Sign In
mlokis
/
ableos-framebuffer
Watch
1
Star
0
Fork
You've already forked ableos-framebuffer
0
forked from
koniifer/ableos
Code
Pull requests
Activity
757c7894d9
ableos-framebuffer
/
hblang
/
text-prj
/
main.hb
8 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
t
2024-07-19 07:24:58 -05:00
foo := 0;
.{global, fib} := @use("pkg.hb")
making modules work
2024-06-01 13:29:35 -05:00
main := fn(a: int): int {
t
2024-07-19 07:24:58 -05:00
return fib(global)
making modules work
2024-06-01 13:29:35 -05:00
}
Copy permalink