secrets
This commit is contained in:
24
secrets/.exercism/config.json
Normal file
24
secrets/.exercism/config.json
Normal 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."
|
||||
}
|
||||
Reference in New Issue
Block a user