nondescript/tests/test.nim

11 lines
95 B
Nim

import hashtable
testHashtables()
import ndtable
testNdtables()
import ndlist
testNdlist()