Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeffrosenberg/advent-of-code

My solutions for Advent of Code
https://github.com/jeffrosenberg/advent-of-code

advent-of-code advent-of-code-2018

Last synced: 16 days ago
JSON representation

My solutions for Advent of Code

Awesome Lists containing this project

README

        

# Jeff Rosenberg's solutions to Advent of Code 2018
These are my solutions to the problems for Advent of Code 2018 (https://adventofcode.com/2018). I will be focusing on using a test-driven development approach in several languages. To that end, I'll be making frequent commits to try to show my thought process as I write test, add code, and refactor.