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