lazear / adventofcode2018

Solutions to https://adventofcode.com/2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adventofcode2018

advent

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

Each day's challenges are organized into separate crates, with a common util crate for reading input files.

Where possible, the solutions will be as idiomatic as possible, utilizing Rust's unique error handling features and type system.

About

Solutions to https://adventofcode.com/2018

License:MIT License


Languages

Language:Rust 100.0%