mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-27 13:40:15 +03:00
6 lines
69 B
Idris
6 lines
69 B
Idris
module Mod1
|
|
|
|
export
|
|
do_main : IO ()
|
|
do_main = putStrLn "hello world"
|