7 lines
74 B
Idris
7 lines
74 B
Idris
module Example
|
|
|
|
import TAP
|
|
|
|
|
|
main : IO ()
|
|
main = TAP.main !getTestOpts []
|