From 94abe97596828b0fa5ba79a3ba1cc76720c53994 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Wed, 11 Dec 2024 16:13:25 +0100 Subject: 2024.11 --- 2024_rust/src/bin/day10.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2024_rust/src/bin/day10.rs') diff --git a/2024_rust/src/bin/day10.rs b/2024_rust/src/bin/day10.rs index 3c208bd..4bd49c8 100644 --- a/2024_rust/src/bin/day10.rs +++ b/2024_rust/src/bin/day10.rs @@ -64,5 +64,5 @@ fn p2(input: &str) -> String { } fn main() { - aoc2024::run_day("10", Some(p1), Some(p2)); + aoc2024::run_day("10", p1, p2); } -- cgit v1.2.3