7 lines
43 B
Plaintext
7 lines
43 B
Plaintext
|
|
||
|
fn main() {
|
||
|
let i = 0;
|
||
|
i += 1;
|
||
|
}
|
||
|
|