day 6 clippy
This commit is contained in:
@@ -35,7 +35,7 @@ fn part2(input: &str) -> String {
|
|||||||
work(input, 14)
|
work(input, 14)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn main() -> () {
|
fn main() {
|
||||||
//Read in file
|
//Read in file
|
||||||
let file = fs::read_to_string("input").unwrap();
|
let file = fs::read_to_string("input").unwrap();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user