6 lines
74 B
Text
6 lines
74 B
Text
|
|
Proc Main()
|
||
|
|
Open(1,"P:",8,0)
|
||
|
|
PrintDE(1,"HELLO WORLD!")
|
||
|
|
Close(1)
|
||
|
|
Return
|