From 07255c8dc97904b9238ee67ff1c587e3f9a1d592 Mon Sep 17 00:00:00 2001 From: Andreas Gieriet Date: Mon, 8 Mar 2021 20:55:48 +0100 Subject: [PATCH] P03: Fix misleading comment in weekday's main.c --- P03_Bounding_Box/wochentag-berechnung/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P03_Bounding_Box/wochentag-berechnung/src/main.c b/P03_Bounding_Box/wochentag-berechnung/src/main.c index 131f587..65a0292 100644 --- a/P03_Bounding_Box/wochentag-berechnung/src/main.c +++ b/P03_Bounding_Box/wochentag-berechnung/src/main.c @@ -111,7 +111,7 @@ int main(int argc, const char *argv[]) // END-STUDENTS-TO-ADD-CODE - // TASK2: calculate the weekday and print it in this format: "%04d-%02d-%02d is a %s\n" + // TASK2: calculate the weekday and print it in this format: YYYY-MM-DD is a Ddd\n, e.g. 2021-03-08 is a Mon\n // BEGIN-STUDENTS-TO-ADD-CODE