guillaumebrunerie / advent-of-code-2022

Advent of Code 2022 in Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2022 in Javascript

The code for day n is in the file n.js, the test input in the file n-test.txt, and the actual input in the file n.txt.

Running ./run will run the code of the current day, and set up a template if there isn’t one already.

About

Advent of Code 2022 in Javascript


Languages

Language:JavaScript 99.8%Language:Shell 0.2%