e0/examples/basic.e0
Michael Zhang d674c92199
rust
2022-04-05 21:33:16 -05:00

4 lines
34 B
Plaintext

fn main() -> int {
return 42;
}