5 lines
42 B
Plaintext
5 lines
42 B
Plaintext
fn main() {
|
|
let x = 3;
|
|
exit(x);
|
|
}
|
fn main() {
|
|
let x = 3;
|
|
exit(x);
|
|
}
|