RosettaCodeData/Task/Hello-world-Standard-error/Lean/hello-world-standard-error.lean
2023-12-16 21:33:55 -08:00

3 lines
93 B
Text

def main : IO Unit := do
let stderr ← IO.getStderr
stderr.putStrLn s!"Goodbye, World!"