Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.58 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.58 KB

Advent of Code

My solutions to Eric Wastl's Advent of Code :)

Organization

This repo is a Cargo workspace containing multiple crates that comprise my solutions. The workspace is organized as follows:

Inputs & Descriptions

To comply with Eric's rules about copying, I don't copy any text from the problems in my solutions or provide my puzzle inputs.

Running

To run the aoc binary, run just run <YEAR> <DAY> <PART>. You can provide your puzzle input via stdin (default) or by providing a fourth argument containing the filepath of your input.