Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.
https://adventofcode.com/2021
| puzzles | ||
| .gitignore | ||
| LICENSE | ||
| README.adoc | ||
| run.rb | ||
Advent of Code - 2021
Usage
./run.rb <puzzle> <part>
where <puzzle> is a number from 1 - 25 and part is either 1 or 2.
Puzzles are implemented as puzzles/<puzzle>_<part>/{main.rb,input.txt}.