exercism-elixir/log-level/.exercism/config.json
2022-01-31 09:28:22 -04:00

22 lines
418 B
JSON

{
"blurb": "Learn about atoms and the cond conditional expression by aggregating application logs.",
"icon": "log-levels",
"authors": [
"neenjaw"
],
"files": {
"solution": [
"lib/log_level.ex"
],
"test": [
"test/log_level_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"forked_from": [
"csharp/logs-logs-logs"
],
"language_versions": ">=1.10"
}