Choosing Elixir version manager Visual Elixir Reference

Advent of Code Elixir Starter

https://github.com/mhanberg/advent-of-code-elixir-starter

This is the Elixir scaffolding I use when completing the advent of code challenges. It comes complete with:

  • Modules and tests for each problem
  • Mix task to run each problem
  • Benchmark your solutions with mix d01.p1 -b to run your solution with benchee.