This commit is contained in:
Alexander Heldt
2025-11-01 13:39:36 +01:00
parent 96f2d570b1
commit f83515caf0
10 changed files with 410 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"authors": [
"lpil"
],
"files": {
"solution": [
"src/secrets.gleam"
],
"test": [
"test/secrets_test.gleam"
],
"exemplar": [
".meta/example.gleam"
],
"invalidator": [
"gleam.toml",
"manifest.toml"
]
},
"forked_from": [
"elixir/secrets"
],
"blurb": "Learn about anonymous functions by writing the software for an encryption device."
}

View File

@@ -0,0 +1 @@
{"track":"gleam","exercise":"secrets","id":"78c062ca9cf549bea291e52f89974933","url":"https://exercism.org/tracks/gleam/exercises/secrets","handle":"fw353qwgs","is_requester":true,"auto_approve":false}