Skip to content

phirecc/advent_of_code_2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022 solutions

Each day's solution lives in its own file in src/bin/dayXX.rs.

Solutions read from stdin by default. They also include tests, which use data/dayXX_{example,input}.txt.

For example, to run the Day 1 solution with input.txt:

cargo run --bin day01 < input.txt

Releases

No releases published

Packages

No packages published

Languages