RosettaCodeData/Task/Hello-world-Text/Lean/hello-world-text-2.lean

5 lines
64 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
def main : IO Unit :=
IO.println ("Hello world!")
#eval main