5 lines
66 B
Text
5 lines
66 B
Text
fn main() -> int do
|
|
let x = 10;
|
|
let y = 20;
|
|
x + y
|
|
end
|