machuga / advent-of-code-2021

Advent of Code 2021 Problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machuga's Advent of Code 2021 Submissions

For any of the exercises using JavaScript, you can cd to any directory and run:

node aoc.js < test-input.txt

or

node aoc.js test-input.txt

to test out functionality (reads from STDIN or filename)

About

Advent of Code 2021 Problems


Languages

Language:JavaScript 100.0%