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