Format y2015d15 and add check to prevent overriding days...
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user