Initial commit

This commit is contained in:
2023-12-17 00:26:14 -05:00
commit 59d97be20c
89 changed files with 3184 additions and 0 deletions

View File

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

View File

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