mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-21 02:31:50 +03:00
6 lines
69 B
Idris
6 lines
69 B
Idris
|
module Mod1
|
||
|
|
||
|
export
|
||
|
do_main : IO ()
|
||
|
do_main = putStrLn "hello world"
|