basketball-website

This commit is contained in:
2023-12-19 22:28:56 -05:00
parent 2465a18235
commit f324155864
11 changed files with 606 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"authors": [
"neenjaw"
],
"contributors": [
"angelikatyborska",
"NobbZ"
],
"files": {
"solution": [
"lib/basketball_website.ex"
],
"test": [
"test/basketball_website_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about Access Behaviour by helping extract deeply nested data for the basketball team's website."
}

View File

@@ -0,0 +1 @@
{"track":"elixir","exercise":"basketball-website","id":"740e1842211445898b26c211cbf40f0c","url":"https://exercism.org/tracks/elixir/exercises/basketball-website","handle":"negrienko","is_requester":true,"auto_approve":false}