slige/examples/add_let.slg

8 lines
56 B
Plaintext
Raw Normal View History

2024-12-10 23:22:13 +00:00
fn main() {
let a = 5;
let b = 3;
+ a b
}