Skip to content

Martinif/adventofcode2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022 in Rust

My solutions for the Advent of Code 2022 (adventofcode.com)

Structure

Each day gets a separate file in src/bin/dayxx.rs

Command
Run tests cargo test --bin dayxx
Build: cargo build --release --bin dayxx
Run: cargo run --release --bin dayxx