bird-count

This commit is contained in:
2023-12-18 00:39:17 -05:00
parent 5cc59f9234
commit b8a7845967
11 changed files with 387 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"authors": [
"angelikatyborska"
],
"contributors": [
"neenjaw"
],
"files": {
"solution": [
"lib/bird_count.ex"
],
"test": [
"test/bird_count_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"forked_from": [
"csharp/bird-watcher"
],
"icon": "bird-watcher",
"blurb": "Learn about recursion by keeping track of how many birds visit your garden each day."
}

View File

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