Skip to content

c-weis/rusty-advent-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent-of-code-2024

Teaching myself Rust with Advent of Code 2024

Project Structure

  • Scripts for each day are in src/bin/
  • Shared utilities in src/lib.rs

Input Files

Input files are placed in the input directory with names like:

  • input01.txt for Day 1
  • input02.txt for Day 2
  • ...

Running Solutions

To run a specific day's solution:

cargo run --bin day01

or day02, etc.

About

Teaching myself Rust with Advent of Code 2024

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages