Skip to content

Commit 861624c

Browse files
committed
rm check50 calendar
1 parent 2f2c118 commit 861624c

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

problems/calendar/index.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,9 @@ Don't forget that you need to write function **prototypes** above main to be abl
100100
// actual implementation of this function
101101
}
102102

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-
111103
### What is <padding>?
112104

113-
When `check50` reports the following:
105+
When submitting, the check might report the following:
114106

115107
expected "<padding> 1"
116108

0 commit comments

Comments
 (0)