Skip to content

Commit

Permalink
update main config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tasxatzial committed Nov 19, 2024
1 parent e726794 commit a934b72
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1195,6 +1195,18 @@
"math"
]
},
{
"slug": "pythagorean-triplet",
"name": "Pythagorean Triplet",
"uuid": "7a9e219b-a830-4813-8274-e4473fef29e8",
"practices": [],
"prerequisites": [
"basics",
"integers",
"numbers"
],
"difficulty": 6
},
{
"slug": "robot-simulator",
"name": "Robot Simulator",
Expand Down Expand Up @@ -1371,14 +1383,6 @@
"vectors"
],
"difficulty": 5
},
{
"slug": "pythagorean-triplet",
"name": "Pythagorean Triplet",
"uuid": "7a9e219b-a830-4813-8274-e4473fef29e8",
"practices": [],
"prerequisites": [],
"difficulty": 1
}
]
},
Expand Down

0 comments on commit a934b72

Please sign in to comment.