log-levels
This commit is contained in:
24
log-levels/.exercism/config.json
Normal file
24
log-levels/.exercism/config.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"authors": [
|
||||
"lpil"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"src/log_levels.gleam"
|
||||
],
|
||||
"test": [
|
||||
"test/log_levels_test.gleam"
|
||||
],
|
||||
"exemplar": [
|
||||
".meta/example.gleam"
|
||||
],
|
||||
"invalidator": [
|
||||
"gleam.toml",
|
||||
"manifest.toml"
|
||||
]
|
||||
},
|
||||
"forked_from": [
|
||||
"elixir/log-levels"
|
||||
],
|
||||
"blurb": "Learn about strings by parsing application logs"
|
||||
}
|
||||
1
log-levels/.exercism/metadata.json
Normal file
1
log-levels/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"gleam","exercise":"log-levels","id":"d2fb58bff26843ac85c262169ce0cc3b","url":"https://exercism.org/tracks/gleam/exercises/log-levels","handle":"fw353qwgs","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user