Merge pull request #419 from carlsonjf/hotfix/spss

adding spss
This commit is contained in:
Mike Donaghy 2017-08-18 11:47:59 -05:00 committed by GitHub
commit 49ee56e265
2 changed files with 4 additions and 0 deletions

View File

@ -433,6 +433,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Soupscript](s/soupscript.script)
* [Sparql](s/sparql.sparql)
* [Spoon](s/spoon.spoon)
* [Spss](s/spss.spss)
* [Sql](s/sql.sql)
* [Squirrel](s/squirrel.nut)
* [Standard Ml](s/standard-ml.sml)

3
s/spss.spss Normal file
View File

@ -0,0 +1,3 @@
BEGIN PROGRAM.
print "Hello, world!"
END PROGRAM.