lean4-htt/tests/lean/native_run/hello_world.lean
Jared Roesch e65d90ac79 feat(*): C++ code generator
in progress move of Lean.native to init
2016-12-05 16:11:41 -08:00

4 lines
75 B
Text

import system.IO
definition main : IO unit :=
put_str "Hello Lean!\n"