Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

blemelin/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

Those are my solutions for Advent of Code 2022. All solutions are written in Rust.

Run a solution

You'll need to put your own input files inside the inputs folder (named dayX.txt, where X is the number of the day). Note that you only need the input files for the solutions you intend to run.

When everything's ready, use this command :

cargo run --bin dayX # Where X is the number of the day.

About the inputs

Advent of Code inputs must not be shared publicly. Thus, my inputs are stored in a private repository (here, a submodule). You'll have to provide your own.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages