Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
day01
day02
day03
day04
day05
day06
day07
day08
day09
day12
template
.gitignore
.travis.yml
Cargo.lock
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md
enable_day.sh
rust-toolchain

README.md

Advent of Code - 2018

Solutions to Advent of Code - 2018 written in Rust (1.30).

Build Status Documentation

Rust

Install rustup.

Run / Unit Tests

Run the unit tests:

cargo test

Benchmarks

The benchmarks use Criterion.rs.

cargo bench

Licensing

Code in this repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.