erlang-extraction
This commit is contained in:
21
erlang-extraction/.exercism/config.json
Normal file
21
erlang-extraction/.exercism/config.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user