Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 728 Bytes

File metadata and controls

11 lines (8 loc) · 728 Bytes

Advent of Code

These are my solutions for AOC 2025, written in Rust.

Advent of Code is a yearly programming challenge consisting of days of programming puzzles. AoC 2025 includes 12 puzzles.

How to Run

This solution uses cargo-aoc to run the solutions. Setup instructions can be found on their github page.

Setup using nix-shell

If you are using the nix package manager you can use a nix-shell to quickly and easily setup a working environment for running the code. Just run nix-shell in the base directory of this repository.