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