RosettaCodeData/Task/Hello-world-Text/Occam/hello-world-text.occam

5 lines
94 B
Plaintext

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