ableos/sysdata/programs/tests/src/main.hb

3 lines
35 B
Plaintext
Raw Normal View History

main := fn(): int {
return 0;
}