nativity/lib/init/src/main.nat
2023-12-18 17:35:44 +01:00

4 lines
41 B
Plaintext

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