Skip to content

This repo hosts my Rust solutions for 2024's Advent of Code.

Notifications You must be signed in to change notification settings

ironballista/aoc-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

This repo hosts my solutions for 2024's Advent of Code. I cannot guarantee the quality of any of my code, but I might as well make it publicly available; my primary goal this year is to practice my Rust skills again.

Directory Structure

  • src/lib.rs contains all of the business logic. Currently, I am shoving every day's functions into a single Rust file; this organization is subject to change in the near future.
  • src/main.rs contains very little code simply meant to run whatever function I currently need. I will, hopefully, figure out a better, more modular structure over the course of the month to build a separate binary for each day's problems, compare different implementations, etc.

About

This repo hosts my Rust solutions for 2024's Advent of Code.

Topics

Resources

Stars

Watchers

Forks

Languages