diff --git a/readme.md b/readme.md index 506e6f95..6e9dd9a1 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project! -## Languages (822 total) +## Languages (823 total) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) * [():;#?!](%23/%28%29%3A%3B%23%3F%21) @@ -714,6 +714,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Smil](s/Smil.smil) * [SmileBASIC](s/SmileBASIC.bas) * [SML](s/SML.sml) +* [SNOBOL](s/SNOBOL) * [Snowman](s/Snowman.sm) * [Solidity](s/Solidity.sol) * [SoupScript](s/SoupScript.script) diff --git a/s/SNOBOL b/s/SNOBOL new file mode 100644 index 00000000..7f33814f --- /dev/null +++ b/s/SNOBOL @@ -0,0 +1,2 @@ + OUTPUT = "Hello World" +END