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