Merge pull request #138 from sgeisenh/patch-1

Hello World in Standard ML
This commit is contained in:
Mike Donaghy
2014-06-20 01:48:11 -04:00

1
s/sml.sml Normal file
View File

@@ -0,0 +1 @@
val () = print "Hello World\n"