25 lines
477 B
JSON
25 lines
477 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"neenjaw"
|
||
|
],
|
||
|
"contributors": [
|
||
|
"fireproofsocks"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"lib/language_list.ex"
|
||
|
],
|
||
|
"test": [
|
||
|
"test/language_list_test.exs"
|
||
|
],
|
||
|
"exemplar": [
|
||
|
".meta/exemplar.ex"
|
||
|
]
|
||
|
},
|
||
|
"language_versions": ">=1.10",
|
||
|
"forked_from": [
|
||
|
"clojure/tracks-on-tracks-on-tracks"
|
||
|
],
|
||
|
"blurb": "Learn about lists by keeping track of the programming languages you're currently learning on Exercism."
|
||
|
}
|