This website requires JavaScript.
Explore
Help
Sign In
koniifer
/
ableos
Watch
1
Star
1
Fork
You've already forked ableos
1
forked from
AbleOS/ableos
Code
Pull requests
Activity
95fcd2836a
ableos
/
hblang
/
text-prj
/
main.hb
6 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
removing garbage
2024-07-08 00:22:53 -05:00
.{ global, fib } := @use("pkg.hb");
making modules work
2024-06-01 13:29:35 -05:00
main := fn(a: int): int {
removing garbage
2024-07-08 00:22:53 -05:00
return fib(global);
making modules work
2024-06-01 13:29:35 -05:00
}
Copy permalink