Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 231 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 231 Bytes

Advent of Code 2021, in C++

Ensure your input file is in the ./inputs directory, in the form 01.txt.

Usage: aoc
  -t 		Optional. Run using test input
  -d<day> 	Required. Day to run
  -p<part> 	Required. Part to run