exercism/elixir/high-score/.exercism/config.json

20 lines
362 B
JSON
Raw Normal View History

2023-12-18 09:03:01 +00:00
{
"authors": [
"neenjaw"
],
"files": {
"solution": [
"lib/high_score.ex"
],
"test": [
"test/high_score_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"icon": "high-scores",
"blurb": "Learn about maps by keeping track of the high scores in your local arcade hall."
}