Title here
Summary here
Our first program will print the classic “hello world” message. Here’s the full source code.
To run the program, put the code in hello_world.nim
and use the nim
command.
Sometimes we’ll want to build our programs into binaries. We can do this using nim c
.
We can then execute the built binary directly.
Now that we can run and build basic Nim programs, let’s learn more about the language.