Advent of code, in several languages for fun
(But mainly in Haskell)
Execute the build_day.sh file to generate the necessary files depending on the chosen language
You need to execute it like
. build_day.sh [hs]Build the Haskell Docker Image:
docker build -t haskell-aoc .
Create a haskell Docker
docker run -it --rm --name haskell-aoc haskell-aocKeep it running in the background in order to launch your solutions on it
Started coding in Shell, was too difficult, so finished in Python..
For More details
Starting in shell and Haskell, will see how it goes
For More details
For More details
Continuing in haskell
Having fun trying to automate stuff as well
For More details
Still in haskell, trying to explain my thoughts and clean the code as much as possible by using the language's design
For More details