4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
fn main(): i32 {
|
|
let return_code: i32 = 12;
|
|
return return_code;
|
|
} |