4 lines
94 B
Text
4 lines
94 B
Text
#USE "course.lib"
|
|
PROC main (CHAN BYTE screen!)
|
|
out.string("Hello world!*c*n", 0, screen)
|
|
:
|