5 lines
83 B
Text
5 lines
83 B
Text
import A
|
|
import B.Foo
|
|
|
|
def main : IO Unit :=
|
|
IO.println s!"Hello, {foo} {name}!"
|