Skip to content

Commit

Permalink
Add datetime concept to existing practice exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderploegsma committed Nov 29, 2023
1 parent b3756da commit 21fe994
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,10 @@
"name": "Gigasecond",
"uuid": "bf1641c8-dc0d-4d38-9cfe-b4c132ea3553",
"practices": [
"numbers"
"datetime"
],
"prerequisites": [
"datetime",
"numbers"
],
"difficulty": 3
Expand Down Expand Up @@ -897,10 +898,11 @@
"name": "Meetup",
"uuid": "602511d5-7e89-4def-b072-4dd311816810",
"practices": [
"enums",
"for-loops"
"datetime",
"enums"
],
"prerequisites": [
"datetime",
"enums"
],
"difficulty": 7
Expand Down Expand Up @@ -2007,10 +2009,12 @@
"name": "Ledger",
"uuid": "6597548e-176d-49c6-be33-789f4c43867a",
"practices": [
"datetime",
"strings"
],
"prerequisites": [
"classes",
"datetime",
"strings"
],
"difficulty": 5
Expand Down

0 comments on commit 21fe994

Please sign in to comment.