oops/examples/empty.oops
2023-12-19 01:14:15 +01:00

4 lines
59 B
Text

/* minimal working example */
fn i16 main() {
return 0;
}