A repo with my solutions to Advent of Code 2018
Switch branches/tags
Nothing to show
Clone or download
Latest commit 642ea3c Dec 8, 2018

README.md

🎄 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 day1

License

Everything in this repo is released under the MIT License. Do with it what you want.