This website requires JavaScript.
Explore
Help
Sign In
peony
/
holey-bytes
Watch
1
Star
0
Fork
You've already forked holey-bytes
0
forked from
AbleOS/holey-bytes
Code
Pull requests
Activity
784d552c1d
holey-bytes
/
smh.hb
11 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fixing some bugs and extending runtime of programs
2024-11-23 05:35:16 -06:00
main := fn(): int {
fg
2024-11-24 04:26:38 -06:00
a := 10
b := 20
if &a == &a {
return 10
} else {
return 20
}
fixing some bugs and extending runtime of programs
2024-11-23 05:35:16 -06:00
}
Copy permalink