25 lines
419 B
JSON
25 lines
419 B
JSON
{
|
|
"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."
|
|
}
|