Skip to content

Latest commit

 

History

History

2023

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Advent of Code 2023

Advent of Code 2023 in Rust.

How to use

# run
cargo run
# run with optimizations
cargo run --release
# run tests
cargo test