2 lines
52 B
Text
2 lines
52 B
Text
def main : IO Unit :=
|
|
IO.println "Hello from Io!"
|
def main : IO Unit :=
|
|
IO.println "Hello from Io!"
|