Format y2015d15 and add check to prevent overriding days...

This commit is contained in:
2024-11-04 11:32:48 +01:00
parent 9438245d84
commit 0d2fd4b451
7 changed files with 157 additions and 7 deletions

View File

@@ -16,5 +16,6 @@ fn part1() {
fn part2() {
let root = env!("CARGO_MANIFEST_DIR");
let content = fs::read_to_string(format!("{root}/resources/15_input.txt")).unwrap();
println!("{}", d15::process_part2(&content));
// change comments in part1
//println!("{}", d15::process_part2(&content));
}