Skip to content

Commit

Permalink
add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenad committed Jun 17, 2024
1 parent 7b93125 commit a5e011c
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"indent_size": 4,
"highlightjs_language": "rust"
},
"test_runner": {
"average_run_time": 2
},
"files": {
"solution": [
"src/lib.cairo",
Expand All @@ -36,5 +39,21 @@
},
"concepts": [],
"key_features": [],
"tags": []
"tags": [
"paradigm/functional",
"paradigm/imperative",
"paradigm/procedural",
"typing/static",
"typing/strong",
"execution_mode/compiled",
"platform/windows",
"platform/mac",
"platform/linux",
"runtime/standalone_executable",
"used_for/artificial_intelligence",
"used_for/backends",
"used_for/financial_systems",
"used_for/games",
"used_for/web_development"
]
}

0 comments on commit a5e011c

Please sign in to comment.