6 lines
56 B
Plaintext
6 lines
56 B
Plaintext
unit bad_return;
|
|
|
|
fn main() -> i32 {
|
|
return true;
|
|
}
|