The Game of Life simulation using Elixir

Elixir approach to functional development. Make sure to install Elixir and Erlang. Start the program run by:

    $ elixir main.exs

We can use Mix to compile our project from our base directory:

    $ mix compile

We can run the project unit tests use the following command

    $ mix test