Skip to content

Commit d942dbd

Browse files
Add more explanations to canonical data
1 parent 65f7f72 commit d942dbd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

exercises/split-second-stopwatch/canonical-data.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33
"comments": [
44
"All times are formatted in '<hours>:<minutes>:<seconds>' format.",
55
"Hours, minutes, and seconds are formatted using two digits.",
6-
"Thus 4 hours, 23 minutes, and 6 seconds is represented as '04:23:06'."
6+
"Thus 4 hours, 23 minutes, and 6 seconds is represented as '04:23:06'.",
7+
"Tracks are free to convert these times into a format that is the most ",
8+
"appropriate for their language.",
9+
"",
10+
"The advanceTime command is used to simulate the passage of time. ",
11+
"Some tracks might be able to mock the system time, others might need ",
12+
"to provide some time-representing value, while other might need to ",
13+
"pass the current time as an argument to the other commands."
714
],
815
"cases": [
916
{

0 commit comments

Comments
 (0)