7 lines
72 B
Plaintext
7 lines
72 B
Plaintext
unit main;
|
|
import util;
|
|
|
|
fn main() -> i32 {
|
|
return util.answer();
|
|
}
|