From 5ddcdede7475e1c648ecd4ad3029ead2cab58043 Mon Sep 17 00:00:00 2001 From: Barry Walsh Date: Fri, 28 Mar 2014 13:58:41 +0000 Subject: [PATCH] Delete hello-world.r Requested by pchaigno and replaced with the two "real" *.r files (GCP-datatype.r & boaters.r) --- samples/Rebol/hello-world.r | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 samples/Rebol/hello-world.r 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