codetrotter_aoc_2019_solutions 0.9.0

Advent of Code 2019 Solutions
Documentation
[package]
name = "codetrotter_aoc_2019_solutions"
publish = true
description = "Advent of Code 2019 Solutions"
license = "ISC"
readme = "README.md"
repository = "https://github.com/ctsrc/aoc-2019"
version = "0.9.0"
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
keywords = ["aoc", "advent-of-code", "aoc2019", "intcode", "programming-puzzles"]
edition = "2018"
default-run = "aoc-2019"

[dependencies]
clap = { version = "2.33.0", default-features = false, features = ["yaml"] }
chrono = "0.4.10"