1
1
mirror of https://github.com/theoludwig/advent_of_code.git synced 2025-05-18 19:27:51 +02: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

View File

@ -64,7 +64,7 @@ pub fn part_2(input: &str) -> usize {
}
#[cfg(test)]
mod day_1_tests {
mod puzzle_2023_day_1_tests {
use super::*;
#[test]