2 lines
49 B
Plaintext
2 lines
49 B
Plaintext
def main : IO Unit := IO.println "Hello, world!"
|
def main : IO Unit := IO.println "Hello, world!"
|