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