From 997486d4e4d53445f568825fcd411ce904085bf6 Mon Sep 17 00:00:00 2001 From: kuspia <63403330+kuspia@users.noreply.github.com> Date: Tue, 31 Aug 2021 17:39:07 +0530 Subject: [PATCH] Add SNOBOL (#1137) Co-authored-by: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> Co-authored-by: Richie Bendall --- readme.md | 3 ++- s/SNOBOL | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 s/SNOBOL 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