Skip to content

caass/advent-of-code

Repository files navigation

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.

About

My advent of code solutions :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published