My attempt at solving all the advent of code exercices in as many languages I can.
.
├── README.md
└── [year]
└── [day]
└── problem.txt
└── input
└── [lang-a]
└── (... source files)
└── [lang-b]
└── (... source files)