Skip to content

bennyy/aoc2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

Solutions for Advent of Code 2024.

I'm trying to learn Rust. 🦀

Run all puzzles

cargo run

Run the tests

cargo test

Run lint

cargo clippy