[go: up one dir, main page]

Skip to content

Lysander6/advent-of-code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

Prerequisites

Setup

asdf install

Running

# substitute `XX` with zero-padded day number
cargo run -p day_XX --bin day_XX -- ./day_XX/input.txt

Testing

cargo test

Adding new package

cargo new --lib day_XX