ableos/sysdata/programs/hblang2/src/main.hb
2024-12-05 11:03:07 -06:00

6 lines
52 B
Plaintext

stn := @use("stn")
main := fn(): int {
return 0
}