diff --git a/readme.md b/readme.md index 31e65406..1a2e44a5 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 (831 total) +## Languages (832 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) @@ -721,6 +721,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) +* [Snekky](s/Snekky.snek) * [SNOBOL](s/SNOBOL) * [Snowman](s/Snowman.sm) * [Solidity](s/Solidity.sol) diff --git a/s/Snekky.snek b/s/Snekky.snek new file mode 100644 index 00000000..894465ad --- /dev/null +++ b/s/Snekky.snek @@ -0,0 +1 @@ +Sys.println("Hello World"); \ No newline at end of file