This is my take on the advent of code challenges. Check it out here: https://adventofcode.com/
- This project is based on
.NET Core 3.0
. It should work on Windows, Linux and OS X alike.
To run the project:
- Install .NET Core
- Clone this repository
- Run via
dotnet run [arguments]
Get help with the dotnet run
command via dotnet run --help