day 2: input read from file

This commit is contained in:
2024-12-03 18:02:02 +01:00
parent f30a2ff86f
commit 85f7ac2753
4 changed files with 1026 additions and 13 deletions

View File

@@ -17,6 +17,6 @@ pub fn historian_hysteria() {
println!("The similarity is: {similarity}");
// Monday 02
let safe_report_count = mon_02::check_reports_safety("");
let safe_report_count = mon_02::check_reports_safety("./assets/day_2_reports_input");
println!("There are {safe_report_count} safe reports");
}