An open API service indexing awesome lists of open source software.

https://github.com/codingnagger/advent-of-code-2019

CodingNagger's advent of code code
https://github.com/codingnagger/advent-of-code-2019

Last synced: about 1 year ago
JSON representation

CodingNagger's advent of code code

Awesome Lists containing this project

README

          

# Advent of Code 2019

## Description

While you're here you may even have a look at [my blog post about the event](https://www.codingnagger.com/2019/12/02/advent-of-code-2019-game-on/).

Just my [advent of code](https://adventofcode.com/2019) 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

* Use the [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download/dotnet-core/3.1)

## Commands

### Running tests

```
dotnet test
```

### Running app

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