Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
aoc aoc: do not trim initial whitespace from the input Dec 13, 2018
base base: add an `iter` method to `Grid` Dec 25, 2018
inputs 2018/20: add skeleton and input Dec 25, 2018
template template: use `Box<dyn Solver>` for `Solver` trait object Dec 10, 2018
year2016 2016: fix Clippy lints Dec 9, 2018
year2017 2017: fix Clippy lints Dec 9, 2018
year2018 20182/20: implement solution for part 2 Jan 3, 2019
.gitignore Split into several crates Dec 18, 2017
Cargo.lock 2018: remove ununsed `typenum` dependency Dec 13, 2018
Cargo.toml year2018: add skeleton for the 2018 challenges Dec 3, 2018
README.md root: update README to be a bit clearer on how to run solutions Nov 5, 2018
new_day new_day: add skeletons for tests with actual input Dec 9, 2018