5 lines
57 B
Plaintext
5 lines
57 B
Plaintext
|
|
fn main() -> i32 {
|
|
let b = 5;
|
|
return b.min(7);
|
|
} |