blob: c71ddd96a15c3d726b99bbba0f7b940ba2a5a07e [file] [log] [blame] [raw]
# Type your code here, or load an example.
proc square(num: int): int {.exportc.} =
num * num