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

5 lines
94 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
#USE "course.lib"
PROC main (CHAN BYTE screen!)
out.string("Hello world!*c*n", 0, screen)
: