mirror of
https://github.com/Noratrieb/idris-learning.git
synced 2026-03-15 08:36:04 +01:00
4 lines
53 B
Idris
4 lines
53 B
Idris
module Main
|
|
|
|
main : IO ()
|
|
main = repl "\n> " reverse
|