RosettaCodeData/Task/Hello-world-Text/Occam/hello-world-text.occam
2015-11-18 06:14:39 +00:00

4 lines
94 B
Text

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