Skip to content

as-the-crow-flies/aoc-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

This repo contains my solutions to Advent of Code 2022, written in Rust!

For each day:

  • solutions are a src/<day>.rs
  • input files are in input/<day>.txt

To run the solution for a particular day, call the following:

cargo run --bin <day>