tomwallace / AdventOfCode2018

This project is a C# implementation of the 2018 Advent of Code puzzles, written by Eric Wastl.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is a C# implementation of the 2018 Advent of Code puzzles, written by Eric Wastl.  The basic concept is that the author presents two problems a day from December 1 until December 25, for a total of 50 problems (an advent calendar of code problems).  The problems are self-contained with the second problem of each day being based on the first problem, with a twist.  The problems are appropriate for a variety of developer skill levels and are rather witty and fun.  You can learn more about Advent of Code here:

http://adventofcode.com/2018/about

You can find more code from me on my Github page:

https://github.com/tomwallace

About

This project is a C# implementation of the 2018 Advent of Code puzzles, written by Eric Wastl.

License:GNU General Public License v2.0


Languages

Language:C# 100.0%