project structure update

This commit is contained in:
Martijn Gerritsen 2025-12-04 16:42:42 +01:00
parent 498680aaca
commit 6b350ded94

View File

@ -1,4 +1,4 @@
use strength_reduce::StrengthReducedU64;
pub fn solve_p1(input: &str) -> u64 {
let mut answer = 0;
for line in input.split(',') {