4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
function square(x) = x ^ 2
|
|
contract Main =
|
|
entrypoint main() = square(10)
|