mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-15 01:25:05 +03:00
9 lines
90 B
Idris
9 lines
90 B
Idris
> module Main
|
|
|
|
Import the literate module
|
|
|
|
> import Lit
|
|
|
|
> main : IO ()
|
|
> main = Lit.main
|