No description
Find a file
2025-12-14 01:48:56 +02:00
.cargo Solved D10P02 2025-12-11 01:16:59 +02:00
.idea Solved D02P01 2025-12-02 10:48:48 +02:00
benches Improved D09P02 2025-12-13 23:25:27 +02:00
src Improved D12P01 2025-12-14 01:48:56 +02:00
.gitignore Project infra 2025-12-02 00:12:33 +02:00
Cargo.lock Solved D10P02 2025-12-11 01:16:59 +02:00
Cargo.toml Improved D09P02 2025-12-13 23:25:27 +02:00
LICENSE Project infra 2025-12-02 00:12:33 +02:00
README.md Project infra 2025-12-02 00:12:33 +02:00

Advent of Code 2025

Repository to store solutions for Advent of Code

About

To run the solutions, place personal inputs under "inputs". The solutions (both parts, including tests) can be found under "src/solutions".

How to run

$ git clone git@github.com:bram-inniger/advent-of-code-2025-rust.git
$ cd advent-of-code-2025
$ cargo test

License

GNU GENERAL PUBLIC LICENSE version 3. See LICENSE.

Copyright (C) 2025 Bram Inniger