Skip to content

Latest commit

 

History

History

2023

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Advent of Code 2023 Rust

From https://adventofcode.com/2023.

System requirements

  • rustc, cargo

Only Linux has been tested. Other platforms might just work though.

Compile & run

cargo test --release

Use e.g. cargo test day01::part01 -- --nocapture for running a specific test.