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