added sml hello world

This commit is contained in:
Aniruddh
2014-02-22 17:53:14 -05:00
parent 4c4d25f29f
commit 26a7117729

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

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