4 lines
62 B
Text
4 lines
62 B
Text
import A
|
|
|
|
def main : IO Unit :=
|
|
IO.println "Hello, {name}!"
|
import A
|
|
|
|
def main : IO Unit :=
|
|
IO.println "Hello, {name}!"
|