From db66d155fd1af083568887db82e4a2b7cd311760 Mon Sep 17 00:00:00 2001 From: sastofficial <39431922+sastofficial@users.noreply.github.com> Date: Wed, 9 Feb 2022 13:48:38 +0100 Subject: [PATCH] Add SPWN (#1311) * Add files via upload * Update readme.md * Change from small w to big W Co-authored-by: Richie Bendall Co-authored-by: Richie Bendall --- readme.md | 3 ++- s/SPWN.spwn | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 s/SPWN.spwn 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