7 lines
77 B
Plaintext
7 lines
77 B
Plaintext
[expected_return_code]
|
|
42
|
|
|
|
[code]
|
|
fn main() -> i32 {
|
|
return 10 * 4 + 2;
|
|
} |