Skip to content

Commit

Permalink
Format track config
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras committed Dec 25, 2023
1 parent 91ea7c8 commit 4dc0419
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
]
},
"exercises": {
"concept": [],
"practice": [
{
"slug": "hello-world",
Expand Down Expand Up @@ -353,16 +352,15 @@
"practices": [],
"prerequisites": [],
"difficulty": 2,
"status": "deprecated",
"topics": [
"control_flow_switch",
"loops",
"text_formatting"
],
"status": "deprecated"
]
}
]
},
"concepts": [],
"key_features": [
{
"title": "Transpiles to JavaScript",
Expand Down Expand Up @@ -396,19 +394,19 @@
}
],
"tags": [
"execution_mode/interpreted",
"paradigm/declarative",
"paradigm/functional",
"paradigm/imperative",
"paradigm/object_oriented",
"typing/dynamic",
"typing/weak",
"execution_mode/interpreted",
"platform/windows",
"platform/mac",
"platform/linux",
"platform/ios",
"platform/android",
"platform/ios",
"platform/linux",
"platform/mac",
"platform/web",
"platform/windows",
"typing/dynamic",
"typing/weak",
"used_for/backends",
"used_for/cross_platform_development",
"used_for/frontends",
Expand Down

0 comments on commit 4dc0419

Please sign in to comment.