initial commit

This commit is contained in:
Colin Yates 2018-08-06 17:40:06 +01:00
commit 616d834838
10 changed files with 99 additions and 0 deletions

1
project/tests/test1.nim Normal file
View file

@ -0,0 +1 @@
doAssert(1 + 1 == 2)

1
project/tests/test1.nims Normal file
View file

@ -0,0 +1 @@
switch("path", "$projectDir/../src")