/aoc2021

Code for the 2021 edition of Advent of Code

Primary LanguageGoGNU General Public License v3.0GPL-3.0

Advent of Code 2021

This repo contains my solutions for the 2021 edition of the Advent of Code programming puzzles. The code and the input files for each day are in the corresponding directories. This year i program in go. Each solution is a single file go program which you can try with go run A.go < input.txt.

All code is licensed under the GPLv3.