From 036b9c4094066ced8019b89fe98b1018ee298651 Mon Sep 17 00:00:00 2001 From: Brahn Partridge Date: Mon, 24 Nov 2014 11:32:53 +0100 Subject: [PATCH] Hello world sample --- samples/Clarion/hello.clw | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 samples/Clarion/hello.clw diff --git a/samples/Clarion/hello.clw b/samples/Clarion/hello.clw new file mode 100644 index 00000000..8cad46dc --- /dev/null +++ b/samples/Clarion/hello.clw @@ -0,0 +1,10 @@ + PROGRAM + + MAP + END + + CODE + + MESSAGE('Hello World!') + + RETURN \ No newline at end of file