Files
gleam-learning/log-levels/.exercism/config.json
markgerrard e9354a7920 first commit
2026-03-17 20:44:57 +00:00

25 lines
394 B
JSON

{
"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"
}