Idris2/tests/idris2/pkg005/Foo.idr

5 lines
43 B
Idris
Raw Normal View History

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