Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 344 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 344 Bytes

Advent of Code

Solutions for Advent of Code.

To run a particular solution:

$ cargo run --release --bin aoc-<year>-<day>

To work on a solution:

$ cd <year>/<day>
# hack hack hack
$ cargo t
$ cargo r

License

This project is licensed under the MIT license - see LICENSE for details.