mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-24 04:43:25 +03:00
16 lines
556 B
Plaintext
16 lines
556 B
Plaintext
$ idris hello.idr
|
|
____ __ _ ___
|
|
/ _/___/ /____(_)____ |__ \
|
|
/ // __ / ___/ / ___/ __/ / Version 0.1.0
|
|
_/ // /_/ / / / (__ ) / __/ https://www.idris-lang.org
|
|
/___/\__,_/_/ /_/____/ /____/
|
|
|
|
Welcome to Idris 2. Enjoy yourself!
|
|
Main> :t main
|
|
Main.main : IO ()
|
|
Main> :c hello main
|
|
compiling hello.ss with output to hello.so
|
|
File hello.so written
|
|
Main> :q
|
|
Bye for now!
|