Merge pull request #124 from aniruddhc1/master

added sml hello world
This commit is contained in:
Mike Donaghy
2014-06-20 01:58:30 -04:00

3
s/standard-ml.sml Normal file
View File

@@ -0,0 +1,3 @@
fun hello() = print("Hello world!\n");
hello()