My goal for 2021 is to use as many programming languages as I can.
To run these programs you require docker, docker-compose and make to be installed on your machine.
You can eiter run a single day solution like
make day01
or run all days by running
make all
Ideally I would use a differnet one each day. Here is a list of programming languages roughly sorted from what I understand least to most.
For some problems I also made a as short as possible solution in python. Stored in golf
folder.
python3 golf/day01.py < input/day01.txt