Skip to content

Commit b67df5f

Browse files
authored
Remove constructors concept from Darts exercise (exercism#2594)
1 parent 8617e1e commit b67df5f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

config.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -583,12 +583,10 @@
583583
"name": "Darts",
584584
"uuid": "4d400a44-b190-4a0c-affb-99fad8ea18da",
585585
"practices": [
586-
"if-else-statements",
587-
"constructors"
586+
"if-else-statements"
588587
],
589588
"prerequisites": [
590-
"if-else-statements",
591-
"constructors"
589+
"if-else-statements"
592590
],
593591
"difficulty": 2
594592
},

0 commit comments

Comments
 (0)