city-office & high-score

This commit is contained in:
2023-12-18 04:03:01 -05:00
parent b8a7845967
commit 5f3aa01e4d
22 changed files with 1321 additions and 0 deletions

View 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."
}

View 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}