top-secret

This commit is contained in:
2024-03-07 09:29:22 -05:00
parent b4e1570ba6
commit 3ab71444f5
11 changed files with 677 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"authors": [
"jiegillet",
"angelikatyborska"
],
"files": {
"solution": [
"lib/top_secret.ex"
],
"test": [
"test/top_secret_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about the Abstract Syntax Tree (AST) by helping decode secret messages from Agent Ex."
}

View File

@@ -0,0 +1 @@
{"track":"elixir","exercise":"top-secret","id":"6ab6565f409840a8977c99288b6a10b4","url":"https://exercism.org/tracks/elixir/exercises/top-secret","handle":"negrienko","is_requester":true,"auto_approve":false}