From 774303a8467e624f3e7473f75fbe7042d09d17c2 Mon Sep 17 00:00:00 2001 From: Barry Walsh Date: Fri, 28 Mar 2014 13:53:22 +0000 Subject: [PATCH] Delete hello-rebol.r --- samples/Rebol/hello-rebol.r | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 samples/Rebol/hello-rebol.r diff --git a/samples/Rebol/hello-rebol.r b/samples/Rebol/hello-rebol.r deleted file mode 100644 index 4c1b7983..00000000 --- a/samples/Rebol/hello-rebol.r +++ /dev/null @@ -1,5 +0,0 @@ -REBOL [] -hello: func [] [ - print "hello, world!" -] -hello