mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2026-05-17 20:07:05 -04:00
4 lines
96 B
Nim
4 lines
96 B
Nim
# Type your code here, or load an example.
|
|
proc square(num: int): int {.exportc.} =
|
|
num * num
|