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