RosettaCodeData/Task/Hello-world-Text/Occam/hello-world-text.occam
2023-07-01 13:44:08 -04:00

4 lines
94 B
Text

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