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

3 lines
34 B
Text

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