mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-22 11:13:36 +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"
|
|
```
|
|
|