1
1
mirror of https://github.com/idris-lang/Idris2.git synced 2025-01-08 00:40:10 +03:00
Idris2/docs/source/listing/idris-prompt-helloworld.txt
Edwin Brady e125c9014f
Prepare release 0.6.0 ()
* Prepare release 0.6.0

* Fix bootstrap chez

* Correct version in bootstrap chez
2022-10-27 16:32:16 +01:00

15 lines
405 B
Plaintext

$ idris2 hello.idr
____ __ _ ___
/ _/___/ /____(_)____ |__ \
/ // __ / ___/ / ___/ __/ / Version 0.6.0
_/ // /_/ / / / (__ ) / __/ 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!