Hello world sample

This commit is contained in:
Brahn Partridge
2014-11-24 11:32:53 +01:00
parent ce928d8b64
commit 036b9c4094

10
samples/Clarion/hello.clw Normal file
View File

@@ -0,0 +1,10 @@
PROGRAM
MAP
END
CODE
MESSAGE('Hello World!')
RETURN