3 lines
47 B
Text
3 lines
47 B
Text
PROC main()
|
|
WriteF('Hello world!\n')
|
|
ENDPROC
|
PROC main()
|
|
WriteF('Hello world!\n')
|
|
ENDPROC
|