Solutions to the Advent of Code 2021 challenge
Every exercise is done like a test file, the way to start a new exercise is:
- Duplicate the file template.test.ts and use it as a template
- Easily to test by running
npm run test:watch {path_to_test}.test.ts
In the future this might change to have a more structured way.
TODO: Add missing days
| Challenge | Solution |
|---|---|
| Day 14: Extended Polymerization | Code |