Hello there, and welcome to my solutions for Advent of Code 2021. Trying to write functional C# code to solve the tasks and save Santa (or whatever the story is this year!).
Enjoy, be safe, be healthy!
Start the console application and it will ask you for a day, like 1.1 for day 1 and task 1 or 14.2 for day 14 and task 2. The console prompt my result for that day. So change to your input or testdata in the corresponding file: "inputs/day{daynumber}.txt".
ββ Day 1
ββ Day 2
ββ Day 3
ββ Day 4
ββ Day 5
ββ Day 6
ββ Day 7
ββ Day 8
ββ Day 9
ββ Day 10
ββ Day 11
ββ Day 12
ββ Day 13
ββ Day 14
ββ Day 15
ββ Day 16
ββ Day 17
ββ Day 18
ββ Day 19
ββ Day 20
ββ Day 21
ββ Day 22
ββ Day 23
ββ Day 24
ββ Day 25