Skip to content

My Rust solutions to the Advent of Code 2022 problems.

Notifications You must be signed in to change notification settings

kristian-ebstrup/aoc2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

My solutions to Advent of Code 2022, solved using Rust. The handling of the input files is (somewhat) shamelessly copied from Basile Henry's Advent of Code 2020, while the CLI is built using clap.

To Run

To solve and output the desired day and part:

cargo run <day> <part>

For example, to run day 1, part 1, simply type:

cargo run 1 1

To run both parts of a given day, input "0" for the part:

cargo run <day> 0

About

My Rust solutions to the Advent of Code 2022 problems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages