Initial commit

This commit is contained in:
2023-12-17 00:26:14 -05:00
commit 59d97be20c
89 changed files with 3184 additions and 0 deletions

View 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."
}

View 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}