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

https://github.com/runfalk/advent-of-code-2018


https://github.com/runfalk/advent-of-code-2018

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

Advent of code 2018
===================
These are my solutions for the problems in Advent of Code 2018. This year I use
rust, and try to use the standard library as far as possible. I ended up using
the excellent regex crate since data parsing is such a big part of some tasks.

Answers
-------
The input and expected answers for the problems I have solved can be found in
``tests/test_days.rs``.