Skip to content

bakenzua/aoc_rust_2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024 in Rust

My progress with Advent of Code 2024 whilst trying to learn rust.

See the description of the puzzles at https://adventofcode.com/.

Many thanks to Eric Wastl for providing these challenges.

MIT License
Copyright (c) 2024 Barney Akenzua-Sanderson\

Goal

Use Advent of Code to have fun and learn some Rust!

Puzzle data files

As of the Advent of Code rules, the puzzle inputs are not included this repo.

A data folder needs to be present, with files in the format example_1.txt and input_1.txt with numerics changed for advent day. Otherwise please change the hardcoded filepaths in src/day_*.rs files.

About

Advent of Code 2024 - Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages