rename input files
This commit is contained in:
@@ -2,6 +2,6 @@ use aoc2022::day06::process_part_1;
|
||||
use std::fs;
|
||||
|
||||
fn main() {
|
||||
let file = fs::read_to_string("./inputs/day6.txt").unwrap();
|
||||
let file = fs::read_to_string("./inputs/day06.txt").unwrap();
|
||||
println!("{}", process_part_1(&file));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user