From cd548c6ed6702ebd17a9d9f9a31c1a6e168f5724 Mon Sep 17 00:00:00 2001 From: Barry Walsh Date: Fri, 28 Mar 2014 13:55:31 +0000 Subject: [PATCH] Opps word instead of world! --- samples/Rebol/hello-word.r3 | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 samples/Rebol/hello-word.r3 diff --git a/samples/Rebol/hello-word.r3 b/samples/Rebol/hello-word.r3 deleted file mode 100644 index 15e5fd1a..00000000 --- a/samples/Rebol/hello-word.r3 +++ /dev/null @@ -1,7 +0,0 @@ -Rebol [] - -hello: func [] [ - print "hello, world!" -] - -hello