/advent-of-code-go

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels.

Primary LanguageGoMIT LicenseMIT

Advent of Code

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels.

Calculate the solutions

The solutions can be obtained by running the following command:

go run . input.txt

Create a new puzzle

Use the template provided in the templates directory to create a new puzzle.

cd $YEAR && ./create-new-from-template.sh $DAY