function main(a: i128, b: i128) -> i128 { return a ** b }