diff --git a/solutions/sml/hello-world/1/hello-world.sml b/solutions/sml/hello-world/1/hello-world.sml new file mode 100644 index 000000000000..a11161837254 --- /dev/null +++ b/solutions/sml/hello-world/1/hello-world.sml @@ -0,0 +1 @@ +fun hello () = "Hello, World!"