The FreeCodeCamp 2019 #ProjectEuler100 Challenge - done in Elixir
For the challenges themselves, check out the Euler Project website.
To start the test for a specific challenge, run
mix test test/euler_XXX_test.exs
To format the codebase, run
mix format challenge/* && mix format test/*