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