5 lines
86 B
Plaintext
5 lines
86 B
Plaintext
#USE "course"
|
|
PROC hello (CHAN OF BYTE out)
|
|
out.string ("Hello, world*n", 0, out)
|
|
:
|