4 lines
73 B
Text
4 lines
73 B
Text
import Foo
|
|
|
|
def main : IO Unit :=
|
|
IO.println s!"Hello, {foo} {a} {b}!"
|