1
Fork 0
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
Find a file
2021-12-09 16:32:53 +01:00
puzzles feat: Day 3 2021-12-09 16:24:09 +01:00
.gitignore feat: Update README 2021-12-09 16:32:53 +01:00
LICENSE Initial commit 2021-12-08 16:19:52 +01:00
README.adoc feat: Update README 2021-12-09 16:32:53 +01:00
run.rb feat: Day 2 2021-12-09 11:22:17 +01:00

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}.