Idris2/tests/chez/chez035/Mod1.idr

6 lines
69 B
Idris

module Mod1
export
do_main : IO ()
do_main = putStrLn "hello world"