7 lines
90 B
Nim
7 lines
90 B
Nim
import testing123, unittest
|
|
|
|
test "can compile nimble":
|
|
echo "Second test"
|
|
myFunc()
|
|
|
|
|