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

5 lines
94 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
#USE "course.lib"
PROC main (CHAN BYTE screen!)
2015-11-18 06:14:39 +00:00
out.string("Hello world!*c*n", 0, screen)
2013-04-10 22:43:41 -07:00
: