Skip to content

OrangeBacon/adventofcode2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

My solutions to Advent of Code 2022, written in rust. The solutions are in the files src/dayXX.rs, the first commit to those files is what I used to solve the problem, any further commits should be improving the code quality, speed, etc. after I have solved it.

Usage

Usage: adventofcode2022 [DAYS]...

Example: adventofcode2020 1 2 3 to run days 1, 2 and 3

Arguments:

  • [DAYS]... The days to run [default: The most recent day solved].

Options:

  • -h, --help Print help information
  • -V, --version Print version information

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages