e0/examples/variables.e0

4 lines
52 B
Text

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