Skip to content

neeerp/aoc24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code '24

This time, we're solving it in Rust...

I don't really know what I'm doing but hopefully by Christmas I'll have half of a clue!

Instructions

I'm using the cargo-aoc CLI tool and associated runner and macros. To run the code, use the following commands:

cargo install cargo-aoc
cargo aoc credentials {token}
cargo aoc input
cargo aoc

Benchmarking

I'm participating in the codspeed AOC challenge (link). I'm using both the cargo-aoc bench command, as well as flamegraph-rs to benchmark my code!

About

Advent Of Code '24 in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages