Skip to content

Latest commit

History

History
38 lines (30 loc) 路 602 Bytes

README.md

File metadata and controls

38 lines (30 loc) 路 602 Bytes

馃巵 advent of code 2020 馃巵

Project setup 馃巺

npm install

Running a given day 馃巺

npm start [day number]

The day number should be between 1 and 24. To run part two of a day, simply add .5 after the number.

For example, if I wanted to run day 4 part 2, I would run npm start 4.5

State of advent 馃巺

  • Day 1
    • Part 2
  • Day 2
    • Part 2
  • Day 3
    • Part 2
  • Day 4
    • Part 2
  • Day 5
    • Part 2
  • Day 6
    • Part 2
  • Day 7
    • Part 2
  • Day 8
    • Part 2
  • Day 9
    • Part 2