secure-treasure-chest

This commit is contained in:
Alexander Heldt
2025-11-08 20:54:55 +01:00
parent 589a3b886a
commit 172b59c404
10 changed files with 283 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"authors": [
"lpil"
],
"files": {
"solution": [
"src/secure_treasure_chest.gleam"
],
"test": [
"test/secure_treasure_chest_test.gleam"
],
"exemplar": [
".meta/example.gleam"
],
"invalidator": [
"gleam.toml",
"manifest.toml"
]
},
"forked_from": [
"elm/secure-treasure-chest"
],
"blurb": "Learn about opaque types by making a more secure treasure chest"
}