/aoc-2023

Advent of Code 2023 (in Rust!)

Primary LanguageRustMIT LicenseMIT

Advent of Code 2023

My solutions for Advent of Code 2023. This year I'm hoping to learn some Rust with it.

Come solve the problems yourself: https://adventofcode.com/2023

Running solutions

Run a given day with cargo run DAY_NUM in the root directory.

MIT Licensed

Hopefully use those to learn something. The download-input.sh script could be useful for other people competing as well. Feel free to use it, it's super simplistic. You have to save your session cookie from the site though. Open your network tab in a browser, access the advent of code website, copy your session cookie from the request headers and paste it as cookie=STRINGYOUFOUND inside res/cookie.txt. Mine is git ignored.