diff --git a/s/standard-ml.sml b/s/standard-ml.sml new file mode 100644 index 00000000..980fe61d --- /dev/null +++ b/s/standard-ml.sml @@ -0,0 +1,2 @@ +fun hello() = print("Hello world!\n"); +hello()