day 6 clippy

This commit is contained in:
Dylan Thies
2023-09-01 21:17:36 -04:00
parent 8e5a397307
commit c675a63f90

View File

@@ -35,7 +35,7 @@ fn part2(input: &str) -> String {
work(input, 14)
}
fn main() -> () {
fn main() {
//Read in file
let file = fs::read_to_string("input").unwrap();