use math_mod::add; fn main() -> i64 { print_i64(add(3, 4)); return 0; }