Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.11 KB

File metadata and controls

24 lines (16 loc) · 1.11 KB

Advent of code solutions

Solutions to the Advent of Code 2021 challenge

Usage

Every exercise is done like a test file, the way to start a new exercise is:

  1. Duplicate the file template.test.ts and use it as a template
  2. 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.

Exercises

TODO: Add missing days
Challenge Solution
Day 14: Extended Polymerization Code