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