No description
- Rust 100%
| .cargo | ||
| .idea | ||
| benches | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
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