diff --git a/README.md b/README.md index f3ed03d7..bd525f99 100755 --- a/README.md +++ b/README.md @@ -451,6 +451,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Reason](r%5Creason.re) * [Rebol](r%5Crebol.r) * [Recurse](r%5Crecurse.recurse) +* [Red](r%5CRed.red) * [Restructuredtext](r%5CreStructuredText.rst) * [Rexx](r%5Crexx.rexx) * [Richtea](r%5Crichtea.tea) diff --git a/r/Red.red b/r/Red.red new file mode 100644 index 00000000..9d1d674d --- /dev/null +++ b/r/Red.red @@ -0,0 +1,2 @@ +Red [Needs: 'View] +view [text "Hello World"] \ No newline at end of file