ramdacxp / AdventOfCode2021

Program snippets to solve Advent Of Code 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2021

AoC

These are my program snippets to solve the daily puzzles of Advent Of Code 2021.

Each day contains a C# console app project (using DotNet SDK 6.0), which can be executed via dotnet run. The Puzzles (together with the answers!) are available in README.txt. Required input data for each puzzle is available in input.txt.

About

Program snippets to solve Advent Of Code 2021

License:MIT License


Languages

Language:C# 100.0%