From 0d9abc42ce2db27dff2de3f0ce906a7bd2748801 Mon Sep 17 00:00:00 2001 From: Bill Rossi Date: Mon, 2 Dec 2024 08:10:36 -0500 Subject: [PATCH] Typo --- c/2024/2/red_nosed_reports.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;