To print to the console we use the `IO` module
IO.puts "hello world"
$ elixir hello_world.exs hello world