mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 08:11:45 +03:00
1e90182311
This is to remove the requirement on Chez >9.5
15 lines
405 B
Plaintext
15 lines
405 B
Plaintext
$ idris2 hello.idr
|
|
____ __ _ ___
|
|
/ _/___/ /____(_)____ |__ \
|
|
/ // __ / ___/ / ___/ __/ / Version 0.5.1
|
|
_/ // /_/ / / / (__ ) / __/ https://www.idris-lang.org
|
|
/___/\__,_/_/ /_/____/ /____/ Type :? for help
|
|
|
|
Welcome to Idris 2. Enjoy yourself!
|
|
Main> :t main
|
|
Main.main : IO ()
|
|
Main> :c hello main
|
|
File build/exec/hello written
|
|
Main> :q
|
|
Bye for now!
|