All Projects → BurntSushi → Advent Of Code

BurntSushi / Advent Of Code

Licence: other
Rust solutions to AoC 2018

Programming Languages

rust
11053 projects

BurntSushi's 2018 Advent of Code solutions

I chose to write this year's solutions in Rust. I don't have any particularly ambitious goals, but I am trying to write the solutions using idiomatic code. In particular, it should not be possible for any input to cause one of the solutions to panic.

I have not spent any time benchmarking the code.

To run a solution, cd into its directory and invoke the program with Cargo:

$ cd aoc01
$ cargo run --release < input/input.txt

If you have questions about the code, please open an issue and ask away! Beginner questions are very much welcome.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].