mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
fix pony example
This commit is contained in:
@@ -3,6 +3,7 @@ actor Main
|
||||
|
||||
new create(env: Env) =>
|
||||
_env = env
|
||||
square(3)
|
||||
|
||||
fun square(num: I32): I32 =>
|
||||
num * num
|
||||
|
||||
Reference in New Issue
Block a user