mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
ada3eb4449
* Update version numbers and bootstrap scheme * Use wall clock time for search timeouts That was always the intention in any case, rather than the process time.
15 lines
405 B
Plaintext
15 lines
405 B
Plaintext
$ idris2 hello.idr
|
|
____ __ _ ___
|
|
/ _/___/ /____(_)____ |__ \
|
|
/ // __ / ___/ / ___/ __/ / Version 0.5.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!
|