Sample file for .r3 Rebol extension

This commit is contained in:
Barry Walsh
2014-03-28 13:54:44 +00:00
parent 774303a846
commit 75140f5d52

View File

@@ -0,0 +1,7 @@
Rebol []
hello: func [] [
print "hello, world!"
]
hello