Skip to content

rwalkr/advent_of_code_2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of code 2021

Build

cargo build

Usage

Typical usage for each day's exercise is:

cargo run --bin day_NN -- <PART> [input_file]

Where:

  • NN is the day 01, 02, 03, .. 24
  • PART is the part of that day's exercise (1 or 2)
  • input_file is an optional override of the input data file

Input data files are stored in data. Each day's program will default to loading data/day_NN.txt (if both parts use the same data) or data/day_NN_P.txt (if each part has different data)

About

Advent of Code 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages