This repository contains the solutions for the Advent Of Code 2021, made by the Innovorder team members.
More information about the Advent Of Code can be be found here.
To keep this repository clean, we propose the following structure:
- Each member has its own folder named as his Github account,
- In this folder, he can create one folder per day.
For example, a Typescript project for AoC for the member awesome-member, will have the following structure:
awesome-member/ ├── package.json ├── node_modules/ └── src/ ├ 01 ├ 02 └ …