diff --git a/c/2024/2/red_nosed_reports.c b/c/2024/2/red_nosed_reports.c index c7dc896..f11aab5 100644 --- a/c/2024/2/red_nosed_reports.c +++ b/c/2024/2/red_nosed_reports.c @@ -101,7 +101,7 @@ int main() { } printf("Part 1: %d\n", safe_report_count); - printf("Part 1: %d\n", safe_skip_report_count); + printf("Part 2: %d\n", safe_skip_report_count); aoc_free(); return 0;