Skip to content

My solutions for Advent of Code 2023, written in Rust 🦀!

Notifications You must be signed in to change notification settings

Aidiakapi/advent_of_code_2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

Rust

My solutions for Advent of Code 2023. Written in Rust 🦀.

  • Clone the repository.
  • Make sure you have a nightly version of Rust around January 2024.
  • cargo run --release for all days, cargo run --release -- NN for a specific day.
  • Want your own inputs?
    • Auto-download: Delete the inputs directory, then create a session_key.txt file containing your AoC website's session cookie value.
    • Manually: Replace the contents of a inputs/NN.txt file with your desired input.
  • Benchmarks? 🚤
    • cargo bench --features "criterion"
    • optionally add -- dayNN at the end, to run a specific day!

Releases

No releases published

Packages

No packages published