function square(x) = x ^ 2 contract Main = entrypoint main() = square(10)