adding spss

This commit is contained in:
Jeff Carlson
2017-07-29 13:37:39 -04:00
parent eaab90137f
commit 83363dd96b
2 changed files with 4 additions and 0 deletions

View File

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