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:
@ -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]
|
||||
|
Reference in New Issue
Block a user