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

8 lines
56 B
Plaintext

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