/aoc2024

advent of code '24

Primary LanguageRustBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

linting & tests

aoc2024 🎄

advent of code '24. trying rust again, let's see how far i get.

running this

install rust, etc. - check out the rust book – it'll explain everything nicely. here's some commands to get started. the input files are not checked in, get them from the advent of code website.

  • cargo new dec13: create a new package (»member«) in the workspace. i'll use this for every single day.
  • cargo test: run all the tests.
  • cargo run: first navigate in the right package folder, otherwise input.txt won't be found.