P03: Fix misleading comment in weekday's main.c

This commit is contained in:
Andreas Gieriet 2021-03-08 20:55:48 +01:00
parent 97014f66e2
commit 07255c8dc9
1 changed files with 1 additions and 1 deletions

View File

@ -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