2 lines
41 B
PSL
2 lines
41 B
PSL
func test(x : i32) -> i32:
|
|
return x * x
|
func test(x : i32) -> i32:
|
|
return x * x
|