nativity/test/first/main.nat
2023-10-02 19:10:26 -06:00

4 lines
41 B
Plaintext

const main = fn() s32 {
return 0;
};