Idris2/tests/idris2/pkg005/Foo.idr
2020-07-08 15:29:37 +01:00

5 lines
43 B
Idris

module Foo
hi : IO String
hi = pure "Hi!"