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

6 lines
60 B
Plaintext

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