5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
unit main;
|
|
import acme.math;
|
|
|
|
fn main() -> i32 { return math.answer(); }
|