Initial commit with Nimble library template and RFCs.

This commit is contained in:
2022-07-01 23:01:09 -05:00
commit ee716a4801
8 changed files with 8385 additions and 0 deletions

7
src/nim_vcard.nim Normal file
View 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