Advent of Code 2024 using gleam.
- Gleam: installation
And that's it :)
Let's say that you want to solve day 1, you'll first need to download your inputs. And execute this command :
gleam run -m day01/solver <path to your input file>
Because why not...
Because of 3 reasons:
- I don't know functional programming.
- The first line of gleam I wrote was on 01/12/2024.
- I might just be bad at coding