nim-protobuf-serialization/protobuf_serialization.nim
Joey Yakimowich-Payne 2d636d636d Nimble package init
2020-03-10 16:21:40 -06:00

7 lines
258 B
Nim

# 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