1
0
mirror of https://github.com/theoludwig/advent_of_code.git synced 2025-12-11 00:32:42 +01:00

feat: add Day 1 of 2024

This commit is contained in:
2025-02-20 09:47:11 +01:00
parent f34d6208bd
commit ca65954531
10 changed files with 1201 additions and 1 deletions

4
Cargo.lock generated
View File

@@ -175,6 +175,10 @@ dependencies = [
name = "puzzle_2023_day_8"
version = "1.0.0"
[[package]]
name = "puzzle_2024_day_1"
version = "1.0.0"
[[package]]
name = "quote"
version = "1.0.38"