You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: problems/calendar/index.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,17 +100,9 @@ Don't forget that you need to write function **prototypes** above main to be abl
100
100
// actual implementation of this function
101
101
}
102
102
103
-
## Testing
104
-
105
-
You can use `check50` to find obvious mistakes, such as months starting on the wrong weekdate. But you should be able to easily test your program manually by `make`ing and running it.
106
-
107
-
check50 -l minprog/checks/2025/calendar
108
-
109
-
Before you hand in your solution, also check for obvious style mistakes using `style50`. But don't overdo it. You'll be doing a code review again next week.
110
-
111
103
### What is <padding>?
112
104
113
-
When `check50` reports the following:
105
+
When submitting, the check might report the following:
0 commit comments