6 lines
62 B
Nim
6 lines
62 B
Nim
import tani
|
|
|
|
test "this is crazy":
|
|
echo "balls"
|
|
|
|
runTests()
|