diff --git a/readme.md b/readme.md index 55461fe2..4b36fc02 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 (858 total) +## Languages (859 total) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) * [():;#?!](%23/%28%29%CB%B8%3B%23%EF%BC%9F%21) @@ -738,6 +738,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Smali](s/Smali.smali) * [SmallTalk GNU](s/SmallTalk%20GNU.st) * [SmallTalk](s/SmallTalk.sm) +* [Smallworld MAGIK](s/Smallworld%20MAGIK.magik) * [Smil](s/Smil.smil) * [SmileBASIC](s/SmileBASIC.bas) * [SML](s/SML.sml) diff --git a/s/Smallworld MAGIK.magik b/s/Smallworld MAGIK.magik new file mode 100644 index 00000000..2e96b168 --- /dev/null +++ b/s/Smallworld MAGIK.magik @@ -0,0 +1 @@ +write("Hello World") \ No newline at end of file