101100 / AdventOfCode2017

Solutions to the Advent of Code 2017 using .NET Core 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2017

Solutions to the Advent of Code 2017 using .NET Core 2.0.

Dependencies

This library is based on .NET Core 2.0. It should work on Windows, Linux and OS X.

Required tools:

Used libraries (automatically installed):

  • System.Collections.Immutable - Because immutability is fun!
  • JetBrains.Annotations - To improve code quality analysis.

Running

To run the project:

  1. Install .NET Core.
  2. Download the code.
  3. Run dotnet run <day>.

Other Years' Solutions

Here are the links to my solutions for all of the years I have participated:

About

Solutions to the Advent of Code 2017 using .NET Core 2.0

License:MIT License


Languages

Language:C# 98.0%Language:JavaScript 1.0%Language:F# 1.0%