Initial commit
This commit is contained in:
18
elixir/secrets/.exercism/config.json
Normal file
18
elixir/secrets/.exercism/config.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"authors": [
|
||||
"neenjaw"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/secrets.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/secrets_test.exs"
|
||||
],
|
||||
"exemplar": [
|
||||
".meta/exemplar.ex"
|
||||
]
|
||||
},
|
||||
"language_versions": ">=1.10",
|
||||
"blurb": "Learn about bit manipulation and anonymous functions by writing the software for an encryption device."
|
||||
}
|
||||
1
elixir/secrets/.exercism/metadata.json
Normal file
1
elixir/secrets/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"secrets","id":"baa7ad210ba049e6be7ec6f9c548a06a","url":"https://exercism.org/tracks/elixir/exercises/secrets","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user