remove unused code in d2 solution
This commit is contained in:
parent
f29621d4ca
commit
cd4dab86c8
@ -13,10 +13,6 @@ fn _parse (data: &str) -> I {
|
|||||||
}).collect()).collect()
|
}).collect()).collect()
|
||||||
}
|
}
|
||||||
|
|
||||||
fn _solve (data: &I) -> O {
|
|
||||||
Default::default()
|
|
||||||
}
|
|
||||||
|
|
||||||
fn _silver (data: &I) -> O {
|
fn _silver (data: &I) -> O {
|
||||||
let mut out = format!("");
|
let mut out = format!("");
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user