slige/examples/add_let.slg
2024-12-11 03:11:00 +01:00

8 lines
63 B
Plaintext

fn main() -> int {
let a = 5;
let b = 3;
+ a b
}