Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 712 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 712 Bytes

Advent of Code 2020

Solutions to advent of code problems written in C#. Solutions are generally cleaned up very little past the point of getting a correct awnser with some exceptions. Commentary is usually sparse.

Years of Advent of Code are stored in seperate projects with the days in seperate parts in folders / namespaces.

The project also contains a simple framework shared between all projects for executing the most recent day's problems, all of them or specific ones.

Templater is a CLI tool to set up a the solutions for a given day from the Day 00 template, renaming various things and downloading the input for a given day.

  • 2020 - 50 Stars ( Complete )
  • 2015 - 14 Stars