Title here
Summary here
Our first program will print the classic “hello world” message. Here’s the full source code.
To run the program, save the code in a file named hello-world.sml
and use the SML/NJ (Standard ML of New Jersey) interactive environment to execute it.
Alternatively, you could use the interactive REPL (Read-Eval-Print Loop) session provided by the SML/NJ environment to enter the code directly.
Now that we can run and build basic Standard ML programs, let’s learn more about the language.