MrToph / adventofcode-2020

https://adventofcode.com/2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust CI

Advent Of Code 2020

Boilerplate forked from tejasbusbane

I'm learning Rust by solving the Advent of Code 2020.

I'm a total Rust beginner and the code you see here is most likely not idiomatic Rust. I haven't even finished the book. I'd be happy about feedback on how to do something "the Rust way", feel free to raise issues on this repo.

Usage

This is a library crate (no executable). Sample and puzzle inputs are hard-coded in tests.

Build project and run tests:

cargo test
# run only day1 tests + see println statements
cargo test day1 -- --nocapture

About

https://adventofcode.com/2020


Languages

Language:Rust 100.0%