fix pony example

This commit is contained in:
Patrick Quist
2022-07-18 20:18:36 +02:00
committed by GitHub
parent ddd4dd33fb
commit 9b9ccc6818

View File

@@ -3,6 +3,7 @@ actor Main
new create(env: Env) =>
_env = env
square(3)
fun square(num: I32): I32 =>
num * num