5 lines
50 B
Text
5 lines
50 B
Text
|
|
PROC main:
|
||
|
|
PRINT "Hello, world!"
|
||
|
|
GET
|
||
|
|
ENDP
|