Files
exercism-workspace/erlang-extraction/.exercism/config.json
Alexander Heldt 0d5036c5c4 erlang-extraction
2025-11-08 15:49:12 +01:00

22 lines
380 B
JSON

{
"authors": [
"lpil"
],
"files": {
"solution": [
"src/erlang_extraction.gleam"
],
"test": [
"test/erlang_extraction_test.gleam"
],
"exemplar": [
".meta/example.gleam"
],
"invalidator": [
"gleam.toml",
"manifest.toml"
]
},
"blurb": "Learn about external types and functions by using an Erlang library"
}