holey-bytes/hblang/examples/main_fn.hb

4 lines
30 B
Plaintext
Raw Normal View History

2024-05-09 16:41:59 -05:00
main := ||: void {
return;
}