The solutions in this repo solve problems listed on the website adventofcode.com.
This is the first year I have taken part and am using C# as my developnet tool.
Out of an array of integers find the number of times their is an increase from the previous value.
Calculate the direction and movement of the submarine.
In a group of binary numbers find the most common occurence of each position.
Here I had time to create a Tests project allong with a way to handle file input more consistantly each day. At the start I didnt realise that these questions would all require File IO.
With a group of bingo cards find the winner and loser based an order of drawn numbers.