Skip to content

Commit fa452a5

Browse files
Add split-second-stopwatch exercise #2968 #2977
main config.json updated to reorder new practice exercise.
1 parent fc98968 commit fa452a5

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

config.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -842,6 +842,17 @@
842842
],
843843
"difficulty": 4
844844
},
845+
{
846+
"slug": "split-second-stopwatch",
847+
"name": "Split-Second Stopwatch",
848+
"uuid": "9510c0ae-9977-4260-8991-0e8e849094b0",
849+
"practices": [],
850+
"prerequisites": [
851+
"exceptions",
852+
"if-else-statements"
853+
],
854+
"difficulty": 4
855+
},
845856
{
846857
"slug": "sum-of-multiples",
847858
"name": "Sum of Multiples",
@@ -1889,17 +1900,6 @@
18891900
"lists"
18901901
],
18911902
"difficulty": 10
1892-
},
1893-
{
1894-
"slug": "split-second-stopwatch",
1895-
"name": "Split-Second Stopwatch",
1896-
"uuid": "9510c0ae-9977-4260-8991-0e8e849094b0",
1897-
"practices": [],
1898-
"prerequisites": [
1899-
"exceptions",
1900-
"if-else-statements"
1901-
],
1902-
"difficulty": 4
19031903
}
19041904
],
19051905
"foregone": [

0 commit comments

Comments
 (0)