Skip to content

Repository files navigation

Advent of Code Rust Solutions

Actions Status

This repository contains solutions for the Advent of Code challenges, implemented in Rust.

Setup and Running

  1. Clone the repository:

    git clone https://github.com/ritzau/aoc-rust.git
    cd aoc-rust
  2. Prepare the session file:

    • Copy your session cookie from the browser and paste it into cache/session.txt.
    • Or add the files manually to the cache named: cache/aoc/2024/01.txt ...
  3. Run:

    • Run the project (defaulting to s24):
      cargo run --release
    • Run the s15:
      cargo run -p aoc15 --release

About

Just me learning Rust...

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages