index
:
compiler-explorer
local
main
compiler explorer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
nim
/
default.nim
blob: c71ddd96a15c3d726b99bbba0f7b940ba2a5a07e (
plain
)
1
2
3
# Type your code here, or load an example.
proc
square
(
num
:
int
):
int
{.
exportc
.}
=
num
*
num