much better

This commit is contained in:
spectre 2023-12-10 21:04:02 +01:00
parent bdab9180a2
commit 37518b7ea1
2 changed files with 0 additions and 2 deletions

View file

@ -1,5 +1,4 @@
use std::collections::HashSet; use std::collections::HashSet;
use std::ffi::c_ushort;
use shared::{Solution, Answer}; use shared::{Solution, Answer};
pub struct Day10; pub struct Day10;

View file

@ -53,7 +53,6 @@ pub mod day22;
pub mod day23; pub mod day23;
pub mod day24; pub mod day24;
pub mod day25; pub mod day25;
pub mod day10;
#[test] #[test]
fn examples() { fn examples() {