log_parser
This commit is contained in:
21
elixir/log-parser/.exercism/config.json
Normal file
21
elixir/log-parser/.exercism/config.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"authors": [
|
||||
"angelikatyborska"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/log_parser.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/log_parser_test.exs"
|
||||
],
|
||||
"exemplar": [
|
||||
".meta/exemplar.ex"
|
||||
]
|
||||
},
|
||||
"language_versions": ">=1.10",
|
||||
"forked_from": [
|
||||
"go/parsing-log-files"
|
||||
],
|
||||
"blurb": "Learn about regular expressions by parsing logs."
|
||||
}
|
||||
1
elixir/log-parser/.exercism/metadata.json
Normal file
1
elixir/log-parser/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"log-parser","id":"9e120b56068248ce8a9964de674001e5","url":"https://exercism.org/tracks/elixir/exercises/log-parser","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user