It's important for the internet to be correct
This commit is contained in:
parent
6eae7f77c2
commit
de8b6da60b
|
@ -3,5 +3,5 @@
|
||||||
# but you can remove it if you wish.
|
# but you can remove it if you wish.
|
||||||
|
|
||||||
proc add*(x, y: int): int =
|
proc add*(x, y: int): int =
|
||||||
## Adds two files together.
|
## Adds two numbers together.
|
||||||
return x + y
|
return x + y
|
||||||
|
|
Loading…
Reference in New Issue