Skip to content

lnsp/aoc-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024 in Rust 🦀

This is a collection of solutions for Advent of Code 2024. The individual solutions are written in Rust for learning purposes.

Warning

Most of the code might not be exactly "canonical" Rust mostly due to my inexperience with the language.

How to run

To execute an individual solution, please run the following command (replacing dayXX with day03 for example for the 3rd day):

cargo run --bin dayXX < inputs/dayXX/input.txt

About

🦀

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages