e0/examples/basic.e0

4 lines
53 B
Text
Raw Normal View History

2022-03-08 06:16:27 +00:00
fn main(argc: u32, argv: **u8) -> u8 {
return 42
}