/AdventOfCode2021

https://adventofcode.com/

Primary LanguageC#

AdventOfCode2021

https://adventofcode.com/

How to run

Install dotnet SDK and run locally or use gitpod.

dotnet run

Link for each puzzle

Each commit in this repo is a puzzle solution.

git log --grep=day.* --format='%s %H' | xargs printf '- [%s](https://github.com/jcaillon/AdventOfCode2021/blob/%s/Program.cs)\n'