An open API service indexing awesome lists of open source software.

https://github.com/thomasrayner/adventofcode2018


https://github.com/thomasrayner/adventofcode2018

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Advent of Code 2018 Solutions

Here's some info on [Advent of Code 2018](https://adventofcode.com/2018/about). It's basically a series of coding puzzles. This year I'm doing them in C# in an effort to learn that language a little better. I'm *pretty* comfortable with it but this is good practice. There's a few spots where I got stuck on syntax or confused by the... "verbose"... narrative, and had to use other posted solutions as a reference. I've tried to point those spots out in the code or commit messages, but I'm not perfect, and it's all for fun anyway.

Speaking of fun, this challenge is a blast, and it's all put together by volunteers. It's been a nice way to challenge yourself in December.