6 lines
96 B
Text
6 lines
96 B
Text
import A
|
|
import B.Bar
|
|
import B.Baz
|
|
|
|
def main : IO Unit :=
|
|
IO.println s!"Hello, {foo} {name}!"
|