We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f0e40 commit c325d0fCopy full SHA for c325d0f
exercises/split-second-stopwatch/canonical-data.json
@@ -1,6 +1,10 @@
1
{
2
"exercise": "split-second-stopwatch",
3
- "comments": ["Times are formatted as 'HH:mm:ss'."],
+ "comments": [
4
+ "Times are formatted in '<hours>:<minutes>:<seconds>' format.",
5
+ "The components (hours, minutes, and seconds) use exactly two digits.",
6
+ "Thus 4 hours, 23 minutes, and 6 seconds is represented as '04:23:06'."
7
+ ],
8
"cases": [
9
10
"description": "new stopwatch",
0 commit comments