lean4-htt/examples/io/Io.lean
2021-07-10 12:21:52 -04:00

2 lines
52 B
Text

def main : IO Unit :=
IO.println "Hello from Io!"