Skip to content

7Rocky/AoC-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code (AoC) 2024

Resolution of the problems in Rust language:

git clone https://github.com/7Rocky/AoC-2024
cd AoC-2024/day_<number>

rustc main.rs; ./main; rm main
cd AoC-2024

make test
Problem Title Difficulty Feelings
Day 01 Historian Hysteria 🤷
Day 02 Red-Nosed Reports ⭐⭐ 🤔
Day 03 Mull It Over ⭐⭐ 😡
Day 04 Ceres Search ⭐⭐ 🤷
Day 05 Print Queue ⭐⭐ 🤷
Day 06 Guard Gallivant ⭐⭐ 🤔
Day 07 Bridge Repair ⭐⭐ 🤩
Day 08 Resonant Collinearity ⭐⭐ 🤷
Day 09 Disk Fragmenter ⭐⭐ 🤔
Day 10 Hoof It ⭐⭐ 🤩
Day 11 Plutonian Pebbles ⭐⭐⭐ 😡

About

Resolution to the problems of 2024 AoC in Rust language

Topics

Resources

License

Stars

Watchers

Forks