tani/tests/stuff/testham.nim
2019-11-05 09:37:38 -07:00

6 lines
62 B
Nim

import tani
test "this is crazy":
echo "balls"
runTests()