diff options
| author | Guillermo Ramos | 2024-12-11 16:13:25 +0100 | 
|---|---|---|
| committer | Guillermo Ramos | 2024-12-12 09:12:18 +0100 | 
| commit | 94abe97596828b0fa5ba79a3ba1cc76720c53994 (patch) | |
| tree | a3410d4d7e4efacf717289fdc641f3a642c3f992 /2024_rust/src/bin/day10.rs | |
| parent | a360df726d04bf49fc8a06fdcbf668f1fea98aff (diff) | |
| download | AoC-94abe97596828b0fa5ba79a3ba1cc76720c53994.tar.gz | |
2024.11
Diffstat (limited to '2024_rust/src/bin/day10.rs')
| -rw-r--r-- | 2024_rust/src/bin/day10.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
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);  }  | 
