Project Euler - Intro - 2023-09-21
Over the last one and a half years I did entertain myself with some elixir exercises on exercism. Recently I realised I need a different kind of challenge and found projecteuler.
I’ll track my work in a public git repository: https://github.com/maltekrupa/euler
In this repository I created a new elixir application via mix new euler
and
then prepared a mix
task
to create the needed files for every new problem and download the corresponding
problem description into the @moduledoc
field of the new module.
I bet the problems get way too hard for me in a matter of days. Let’s see.