My Advent of Code 2021 solutions in TypeScript.
- Install Node.js v16 or higher
- Run
yarn
- Run
yarn build
Run yarn start
to run all programs and print their results to the console.
You can also run yarn start [...days]
to run only the specified days.
Run yarn start benchmark
to benchmark all programs and print their median execution times to the console.
You can also run yarn start benchmark [...days]
to benchmark only the specified days.