e0/examples/basic.e0
2022-03-08 03:20:19 -06:00

6 lines
48 B
Plaintext

extern fn printf();
fn main() {
return 42;
}