mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
12 lines
165 B
Markdown
12 lines
165 B
Markdown
|
# Markdown test
|
||
|
|
||
|
Idris should allow multiple extensions on literate files with a module declaration.
|
||
|
|
||
|
```idris
|
||
|
module Test
|
||
|
|
||
|
main : IO ()
|
||
|
main = printLn "hello"
|
||
|
```
|
||
|
|