7 lines
81 B
Nim
7 lines
81 B
Nim
import testing123, unittest
|
|
|
|
test "can accept":
|
|
echo "First test"
|
|
myFunc()
|
|
|
|
|