1
1
mirror of https://github.com/idris-lang/Idris2.git synced 2024-12-30 15:13:37 +03:00
Idris2/tests/idris2/literate/literate018/Test.lidr.md

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"
```