6 lines
90 B
Text
6 lines
90 B
Text
$HelloWorld (
|
|
$Main(
|
|
!Include("X")
|
|
!X.Show("Hello, world!\n")
|
|
)
|
|
)
|