Skip to content

My eternal repo for all future Advent of Code problems

Notifications You must be signed in to change notification settings

sten626/advent-of-code

Repository files navigation

advent-of-code

My eternal repo for all future Advent of Code problems. I'm using Typescript because I like using it and like having more reasons to use it.

Setup

Having checked out this repository, run the following command to install dependencies.

npm install

Running Solutions

I've created a helper script to help with executing my solutions. It can be ran via npm with the command:

npm run solve -- <year> <day> [options]

This will execute the given solution file using ts-node.

You can also run solutions in VS Code using the included run configuration and the recommended extension TypeScript Debugger.

About

My eternal repo for all future Advent of Code problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published