diff --git a/readme.md b/readme.md index 6ceb5d23..fbfa197b 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 (907 total) +## Languages (908 total) * [!](%23/%21) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) @@ -795,6 +795,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [SparQL](s/SparQL.sparql) * [Spoon](s/Spoon.spoon) * [SPSS](s/SPSS.spss) +* [SPWN](s/SPWN.spwn) * [SQL](s/SQL.sql) * [Squirrel](s/Squirrel.nut) * [Standard ML](s/Standard%20ML.sml) diff --git a/s/SPWN.spwn b/s/SPWN.spwn new file mode 100644 index 00000000..bb2742b6 --- /dev/null +++ b/s/SPWN.spwn @@ -0,0 +1 @@ +$.print("Hello World") \ No newline at end of file