1
Fork 0
solar-conflux/idris/learning/test/Tests.idr

7 lines
71 B
Idris

module Tests
import Main
main : IO ()
main = putStrLn "tests passed"