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

https://github.com/sd2k/aoc-2018

Advent of Code 2018
https://github.com/sd2k/aoc-2018

Last synced: over 1 year ago
JSON representation

Advent of Code 2018

Awesome Lists containing this project

README

          

# Advent of Code 2018

My solutions to the 2018 edition of [Advent of Code](https://adventofcode.com/). I'm writing these in Rust using a Cargo workspace to group them together.

My aim is to have solutions, tests and benchmarks for each part.