Initial commit with Nimble library template and RFCs.
This commit is contained in:
7
src/nim_vcard.nim
Normal file
7
src/nim_vcard.nim
Normal file
@ -0,0 +1,7 @@
|
||||
# This is just an example to get you started. A typical library package
|
||||
# exports the main API in this file. Note that you cannot rename this file
|
||||
# but you can remove it if you wish.
|
||||
|
||||
proc add*(x, y: int): int =
|
||||
## Adds two files together.
|
||||
return x + y
|
Reference in New Issue
Block a user