Idris2/tests/idris2/api001/Hello.idr
Niklas Larsson e32700cff8 Add test
It takes a long time to run, but it is basically all
the testing we need of the API, if this works it's
unlikely to be broken. It requires  a change in the build
system, so don't enable it for now.
2020-06-15 16:11:08 +02:00

2 lines
36 B
Idris

main : IO ()
main = putStrLn "Hello"