exercism/elixir/bird-count/.exercism/config.json

26 lines
466 B
JSON
Raw Normal View History

2023-12-18 05:39:17 +00:00
{
"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."
}