🎄 advent2018 🎄
This repo contains the code I used to solve Advent of Code 2018.
Running
After cloning the repo you should be able to use cargo run to run the code that solves each problem.
For example, to run the code that solves day one you would run
$ cargo run --bin day1License
Everything in this repo is released under the MIT License. Do with it what you want.