Files
linguist/samples/Rebol/hello-world.r3
2014-03-28 13:54:44 +00:00

8 lines
62 B
Plaintext

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