diff --git a/samples/Rebol/hello-world.r b/samples/Rebol/hello-world.r deleted file mode 100644 index 4c1b7983..00000000 --- a/samples/Rebol/hello-world.r +++ /dev/null @@ -1,5 +0,0 @@ -REBOL [] -hello: func [] [ - print "hello, world!" -] -hello