From 7928fe6d9f4fca44d515d48dd14f36da5474d161 Mon Sep 17 00:00:00 2001 From: "exercism-solutions-syncer[bot]" <211797793+exercism-solutions-syncer[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 12:35:26 +0000 Subject: [PATCH] [Sync Iteration] sml/hello-world/1 --- solutions/sml/hello-world/1/hello-world.sml | 1 + 1 file changed, 1 insertion(+) create mode 100644 solutions/sml/hello-world/1/hello-world.sml 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!"