Files
linguist/samples/Clarion/HelloWorld.clw
2014-11-26 14:51:47 +01:00

10 lines
76 B
Plaintext

PROGRAM
MAP
END
CODE
MESSAGE('Hello World!')
RETURN