/advent-of-code

adventofcode.com

Primary LanguageTypeScriptMIT LicenseMIT

Advent of Code Challenges

Advent of Code

AoC - 2015

Year Day Code Challenge Run Script
2015 01 Typescript Link npm start 2015-01
2015 02 Typescript Link npm start 2015-02
2015 03 Typescript Link npm start 2015-03
2015 04 Typescript Link npm start 2015-04
2015 05 Typescript Link npm start 2015-05
2015 06 Typescript Link npm start 2015-06

AoC - 2022

Year Day Code Challenge Run Script
2022 01 Typescript Link npm start 2022-01
2022 02 Typescript Link npm start 2022-02
2022 03 Typescript Link npm start 2022-03
2022 04 Typescript Link npm start 2022-04
2022 05 Typescript Link npm start 2022-05

AoC - 2023

Year Day Code Challenge Run Script
2023 01 Typescript Link npm start 2023-01
2023 02 Typescript Link npm start 2023-02

How to create initial files

Run command: npm run create YYYY-DD

The below files will be created:

  • src/{YYYY}/files/input-day-{DD}.ts
  • src/{YYYY}/day-{DD}.ts