e0/examples/variables.e0

5 lines
52 B
Plaintext

fn main() -> int {
let x: int = 42;
return x;
}