celestefox / aoc_2019

Advent of Code 2019 solutions in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aoc_2019

Solutions to the 2019 Advent of Code problems in Rust.

Structure

Shared code in src/lib.rs and etc. Each day is a separate file src/bin/dayX.rs to create a separate executable.

Using

  1. Put input in input/dayX.txt
  2. Run cargo run --bin dayX

Testing

Mostly just unit tests. Each day's file should have at least a few unit tests, derived from the sample inputs. Use cargo test to run tests.

License

This project is licensed under the GNU AGPL v3.0 or later. See LICENSE for more details.

About

Advent of Code 2019 solutions in Rust

License:GNU Affero General Public License v3.0


Languages

Language:Rust 100.0%