advent-of-code 2019.12.46

Solutions to Advent of Code 2019 written in Rust
Documentation
[package]
name = "advent-of-code"
version = "2019.12.46"
authors = ["Fredrik Fornwall <fredrik@fornwall.net>"]
repository = "https://github.com/fornwall/advent-of-code-2019-rs"
license = "MIT"
description = "Solutions to Advent of Code 2019 written in Rust"
edition = "2018"

[lib]
name = "advent_of_code"

[dependencies]
bytecount = "0.*"
mod_exp = "1.*"