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 fc98968 commit fa452a5Copy full SHA for fa452a5
1 file changed
config.json
@@ -842,6 +842,17 @@
842
],
843
"difficulty": 4
844
},
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
+ },
856
{
857
"slug": "sum-of-multiples",
858
"name": "Sum of Multiples",
@@ -1889,17 +1900,6 @@
1889
1900
"lists"
1890
1901
1891
1902
"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",
- "if-else-statements"
- ],
- "difficulty": 4
1903
}
1904
1905
"foregone": [
0 commit comments