city-office & high-score
This commit is contained in:
19
elixir/high-score/.exercism/config.json
Normal file
19
elixir/high-score/.exercism/config.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
1
elixir/high-score/.exercism/metadata.json
Normal file
1
elixir/high-score/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"high-score","id":"7ad834a7e1364fd2b9244ec879f0ee69","url":"https://exercism.org/tracks/elixir/exercises/high-score","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user