4 lines
69 B
Text
4 lines
69 B
Text
import Hello
|
|
|
|
def main : IO Unit :=
|
|
IO.println s!"Hello, {hello}!"
|