Skip to content

eero-lehtinen/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

This repository contains my solutions to the Advent of Code 2022 challenges.

My motivation for doing this honing my skills in the Rust programming language.

Running the solutions

Install rustc 1.65 (with rustup) although this should work with all later and most earlier versions.

# Replace '01' with the day you want to run
cargo run -p aoc01 --bin part1 --release
cargo run -p aoc01 --bin part2 --release 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages