jdk2pq / advent-of-code-2022

🎄Advent of Code 2022 🎄

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2022

Advent of Code Template using Node TS for Current Year.

Forked from johnbeech's repo

Solutions

http://jakekenneally.com/advent-of-code-2022/solutions/

Setup

If using the Advent of Code Template repo; click Use this template and set a new repository name.

Clone this repo, then run yarn install to install dependencies.

If this a brand new repository, run: ts-node setup to configure it for Current Year and check in the changes.

Running

To run a solution by day, use:

yarn start day1

If a solution exists for that day, then it will run with basic tests. If a solution does not exist, it will copy the template, and then try to download that day's puzzle input using AOCD.

If you don't have AOCD configured, populate input.txt with your solution input from the AOC website, and then start implementing your solution in the new folder for that day.

Once you have calculated a solution, you should manually submit your answer through the website.

About

🎄Advent of Code 2022 🎄


Languages

Language:TypeScript 67.0%Language:HTML 33.0%