5 lines
61 B
Plaintext
5 lines
61 B
Plaintext
|
|
fn main() -> i32 {
|
|
let b = 5;
|
|
return i32::abs(-7);
|
|
} |