diff --git a/README.md b/README.md index 7f099e1..d75b7fb 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ Samosa is a statically-typed general purpose programming language that runs on the JVM.

Note: Samosa - the programming language, is named after an Indian snack called "samosa", and is pronounced as "some-o-saah" (the part "saah" is pronounced like the word "sour", but without the "r").

+ +**NOTE: The online playground linked below is currently stopped due to budget constraints. It will be up soon. Meanwhile, feel free to download the compiler and give it a try!** + Try it out or read the docs.

Installation

@@ -350,4 +353,4 @@ Some builtin functions have overloads. The above are a subset of the features of the language.
-Head over to the docs for more features of the programming language, like probable statements. \ No newline at end of file +Head over to the docs for more features of the programming language, like probable statements.