Skip to content

terryaney/advent-of-code

Repository files navigation

🎄 Advent of Code 🎄

AoC Node Language Template

Years

Year
Year
Year
Year

Click a badge to go to the specific year.


Installation

npm i

Create a launch.json file

To enable VS Code debugging, create a launch.json file in .vscode directory with the following content:

{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "node",
            "request": "launch",
            "name": "Launch Program",
            "program": "${file}",
            "preLaunchTask": "tsc: build - tsconfig.json"
        }
    ]
}

Running in dev mode

npm start <year> <day>

Example:

npm start 2023 1

Results

Year 2024
Total stars: 40/50
Total time: 4060.582ms
Year 2023
Total stars: 50/50
Total time: 84913.436ms
Year 2016
Total stars: 2/50
Total time: 1.252ms
Year 2015
Total stars: 4/50
Total time: 1.55ms

✨🎄🎁🎄🎅🎄🎁🎄✨

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published