1
0
Fork 0
mirror of https://github.com/coko7/aoc-2025.git synced 2026-07-20 20:44:57 +00:00
🎄 My code for the Advent of Code 2025 edition
Find a file
2025-12-04 06:37:57 +00:00
.assets Initial commit 2025-11-30 18:20:06 +00:00
.cargo Initial commit 2025-11-30 18:20:06 +00:00
.devcontainer Initial commit 2025-11-30 18:20:06 +00:00
.github/workflows Initial commit 2025-11-30 18:20:06 +00:00
.vscode Initial commit 2025-11-30 18:20:06 +00:00
data feat(day4): add solution for part 1 2025-12-04 07:19:48 +01:00
src feat(day4): add solution for part 2 2025-12-04 07:36:21 +01:00
.editorconfig Initial commit 2025-11-30 18:20:06 +00:00
.gitignore Initial commit 2025-11-30 18:20:06 +00:00
Cargo.lock refactor: add anyhow dep 2025-12-01 07:39:17 +01:00
Cargo.toml refactor: add anyhow dep 2025-12-01 07:39:17 +01:00
LICENSE Initial commit 2025-11-30 18:20:06 +00:00
README.md update readme progress 2025-12-04 06:37:57 +00:00

🎄 Advent of Code 2025

My code for the Advent of Code - 2025 edition.

2025 Results

Day Part 1 Part 2
Day 1
Day 2
Day 3
Day 4

Benchmarks

Day Part 1 Part 2
Day 1 80.9µs 769.1µs
Day 2 22.1ms 116.5ms
Day 3 14.8µs -
Day 4 1.5ms 32.2ms

Total: 173.16ms