Skip to content

Files

Latest commit

 

History

History
20 lines (13 loc) · 526 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 526 Bytes

Advent of Code 2018

Are the tests passing?
Continuous integration Actions Status

My own solutions to the Advent of Code 2018.

Run the solutions

cargo run

Unit tests

Unit tests will follow those specified in the AoC examples. If none are provided, minimal testing will still be provided. Run with

cargo test