Files
linguist/samples/Rebol/hello-world.r2
2014-03-21 18:05:14 +00:00

8 lines
62 B
Plaintext

REBOL []
hello: func [] [
print "hello, world!"
]
hello