Advent-of-Code

🎄 Advent of Code

Join the fun - AdventOfCode.com

Wikipedia - Advent of Code Wiki

Reddit - Advent of Code on Reddit

𝕏 - Advent of Code hashtag on X (formerly Twitter)


| Year | Percentage Completed | Language Used | | ————— | ——————————— | ———————– | | 2020* | | Node.js | | 2021 | | Python | | 2022 | | Node.js | | 2023 | | Python |

*2020 is being completed after the fact. Doing it for programming practice.


How to run

Install Dependencies

    $ git clone https://github.com/YOUR_USERNAME/PROJECT_TITLE
    $ cd PROJECT_TITLE
    $ npm install

Run Node

    $ npm run aoc

Dependencies (as few as possible)

Uses Figlet for pretty ASCII art output

    $ npm install figlet

Uses cli-progress for progress bar

    $ npm install cli-progress