8 lines
75 B
Plaintext
8 lines
75 B
Plaintext
unit badfmta;
|
|
|
|
fn main() -> i32 {
|
|
@print("{} {}", 1);
|
|
return 0;
|
|
}
|
|
|