Skip to content

AlexHedley/adventofcode2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 Advent of Code (2015) 🎄

Advent Of Code 2015

For: Advent Of Code License: MIT


C#

Calendar

Ranking

  |   |                   1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2
  |   | 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
0 | 0 | * * * ■ ■ * ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° | 10

Key: * Both | ■ One | ° None |

Silver ■ Gold *
2 4

Solutions

This repo contains my solutions to the Advent of Code 2015 using primarily C#.

The code will likely be bad. :p

Setup

dotnet tool install -g dotnet-script

Run

Any tests I write will likely just be asserts in each solution file.

How to run the solution file for each day depends on the language.

C#

For C# solutions dotnet script dayXX/solution.csx