RosettaCodeData/Task/Hello-world-Text/Lean/hello-world-text-2.lean
2023-07-01 13:44:08 -04:00

4 lines
64 B
Text

def main : IO Unit :=
IO.println ("Hello world!")
#eval main