8 lines
75 B
Plaintext
8 lines
75 B
Plaintext
unit badftry;
|
|
|
|
fn main() -> i32 {
|
|
try @print("nope");
|
|
return 0;
|
|
}
|
|
|