Idris2/tests/idris2/pkg/pkg016/foo/Foo.idr
2023-09-07 14:57:22 +01:00

6 lines
44 B
Idris

module Foo
export
foo : String
foo = "foo"