This year I will solve AoC using Gleam. My challenge is to finally learn functional programming and learn Gleam at the same time.
I already solved the first problem and it was hard to get things ready, read the file, handle the data, etc. But once I had the first steps done it was easy to solve the problem
Not sure if it would take away from the experience, but there's this repo which is made for AoC that handles getting the input from a text file, sets up a source file for each day, etc
I already solved the first problem and it was hard to get things ready, read the file, handle the data, etc. But once I had the first steps done it was easy to solve the problem