This commit is contained in:
Andreas Rumpf
2017-03-18 13:59:35 +01:00
parent 9f5492becd
commit 242fb3240f
3 changed files with 20 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ discard """
when not defined(definedefine):
{.fatal: "wrong nim script configuration".}
import math
import math, mfriends
discard gen[int]()
echo "hello world! ", ln 2.0

View File

@@ -7,6 +7,7 @@ exec "gcc -v"
import ospaths
--forceBuild
--path: "../friends"
warning("uninit", off)
hint("processing", off)