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
- Host: GitHub
- URL: https://github.com/codingnagger/advent-of-code-2019
- Owner: CodingNagger
- Created: 2019-12-03T15:07:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-21T08:57:46.000Z (about 6 years ago)
- Last Synced: 2025-01-03T07:52:33.096Z (about 1 year ago)
- Language: C#
- Size: 135 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```