/advent_2018

Solutions for https://adventofcode.com/2018 in Rust

Primary LanguageRust

Advent of Code 2018 Solutions

Solutions to https://adventofcode.com/2018

Learning Rust so have no idea how idiomatic it is. Pull requests to teach are welcome!

Contents

Day 01

https://adventofcode.com/2018/day/1

Day 01 Exercise 1

Testing

cargo test day_01a

Run On Example Input

cargo run --bin day_01a -- < input/day_01a/input.txt

Day 01 Exercise 2

Testing

cargo test day_01a

Run On Example Input

cargo run --bin day_01b -- < input/day_01a/input.txt