/advent-of-code-2019

CodingNagger's advent of code code

Primary LanguageC#

Advent of Code 2019

Description

While you're here you may even have a look at my blog post about the event.

Just my advent of code solutions, hopefully I'll motivate myself to get beyond day 8 this year. Putting code out there because it looks like literally everyone is doing it so have fun browsing through the most average code you'll ever see.

P.S. the challenge is a lie, I was forced to do math from day 3. People using python and all its freebie math functions are basically cheating #SaltLife.

Requirements

Commands

Running tests

dotnet test

Running app

dotnet run --project adventofcode-2019/adventofcode-2019.csproj