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