From f45b14403744f99ae265cff2e05e98e74836e501 Mon Sep 17 00:00:00 2001 From: John Conway Date: Wed, 8 May 2019 10:37:10 +0100 Subject: Changed tothe Nimble package structure --- src/feednim.nim | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/feednim.nim (limited to 'src/feednim.nim') diff --git a/src/feednim.nim b/src/feednim.nim new file mode 100644 index 0000000..4b2a270 --- /dev/null +++ b/src/feednim.nim @@ -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 -- cgit v1.2.3