Add Snekky (#1164)

This commit is contained in:
Senk Ju
2021-11-02 07:20:43 +01:00
committed by GitHub
parent aa38f2fad7
commit 2b91d9e81a
2 changed files with 3 additions and 1 deletions

View File

@@ -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! Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
<!--Languages start--> <!--Languages start-->
## Languages (831 total) ## Languages (832 total)
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) * [!@#$%^&*()_+](%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) * [():;#?!](%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) * [Smil](s/Smil.smil)
* [SmileBASIC](s/SmileBASIC.bas) * [SmileBASIC](s/SmileBASIC.bas)
* [SML](s/SML.sml) * [SML](s/SML.sml)
* [Snekky](s/Snekky.snek)
* [SNOBOL](s/SNOBOL) * [SNOBOL](s/SNOBOL)
* [Snowman](s/Snowman.sm) * [Snowman](s/Snowman.sm)
* [Solidity](s/Solidity.sol) * [Solidity](s/Solidity.sol)

1
s/Snekky.snek Normal file
View File

@@ -0,0 +1 @@
Sys.println("Hello World");