6 lines
88 B
Nim
6 lines
88 B
Nim
import testing123, unittest
|
|
|
|
test "can compile nimble":
|
|
echo "First test"
|
|
myFunc()
|
|
|