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.cr
and use the crystal
command.
Sometimes we’ll want to build our programs into binaries. We can do this using the crystal build
command.
We can then execute the built binary directly.
Now that we can run and build basic Crystal programs, let’s learn more about the language.