diff --git a/readme.md b/readme.md index 32ce4f4e..c44311b1 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 (784 total) +## Languages (785 total) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) * [05AB1E](%23/05AB1E) @@ -679,6 +679,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [SmallTalk GNU](s/SmallTalk%20GNU.st) * [SmallTalk](s/SmallTalk.sm) * [Smil](s/Smil.smil) +* [SmileBASIC](s/SmileBASIC.bas) * [SML](s/SML.sml) * [Snowman](s/Snowman.sm) * [Solidity](s/Solidity.sol) diff --git a/s/SmileBASIC.bas b/s/SmileBASIC.bas new file mode 100644 index 00000000..89162e38 --- /dev/null +++ b/s/SmileBASIC.bas @@ -0,0 +1 @@ +PRINT "Hello World"