Skip to content

Commit de6b586

Browse files
committed
Updated config json to add exercise to track.
1 parent 1c39ffd commit de6b586

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

config.json

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -981,24 +981,6 @@
981981
],
982982
"difficulty": 3
983983
},
984-
{
985-
"slug": "swift-scheduling",
986-
"name": "Swift Scheduling",
987-
"uuid": "ebddfc37-a3fc-4524-bd62-9c70f979713c",
988-
"practices": [],
989-
"prerequisites": ["basics",
990-
"bools",
991-
"conditionals",
992-
"lists",
993-
"list-methods",
994-
"loops",
995-
"numbers",
996-
"strings",
997-
"string-methods"
998-
],
999-
"difficulty": 3,
1000-
"status": "wip"
1001-
},
1002984
{
1003985
"slug": "ocr-numbers",
1004986
"name": "OCR Numbers",
@@ -1345,6 +1327,23 @@
13451327
],
13461328
"difficulty": 4
13471329
},
1330+
{
1331+
"slug": "swift-scheduling",
1332+
"name": "Swift Scheduling",
1333+
"uuid": "ebddfc37-a3fc-4524-bd62-9c70f979713c",
1334+
"practices": [],
1335+
"prerequisites": ["basics",
1336+
"bools",
1337+
"conditionals",
1338+
"lists",
1339+
"list-methods",
1340+
"loops",
1341+
"numbers",
1342+
"strings",
1343+
"string-methods"
1344+
],
1345+
"difficulty": 4
1346+
},
13481347
{
13491348
"slug": "minesweeper",
13501349
"name": "Minesweeper",

0 commit comments

Comments
 (0)