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.
Install Dependencies
$ git clone https://github.com/YOUR_USERNAME/PROJECT_TITLE
$ cd PROJECT_TITLE
$ npm install
Run Node
$ npm run aoc
Uses Figlet for pretty ASCII art output
$ npm install figlet
Uses cli-progress for progress bar
$ npm install cli-progress