slige/examples/increment.slg

7 lines
43 B
Plaintext
Raw Normal View History

fn main() {
let i = 0;
i += 1;
}