mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Fix benchmarks for completed 2020
This commit is contained in:
@@ -70,6 +70,10 @@ impl Solution for Day25 {
|
||||
|
||||
result.to_string()
|
||||
}
|
||||
|
||||
fn part2(&mut self, _input: &mut dyn Read) -> String {
|
||||
"Part 2 is free!".to_string()
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user