4 lines
75 B
Text
4 lines
75 B
Text
import system.IO
|
|
|
|
definition main : IO unit :=
|
|
put_str "Hello Lean!\n"
|