tresure-chest

This commit is contained in:
Alexander Heldt
2025-11-02 16:11:11 +01:00
parent 64d2de2364
commit 5fb5492306
10 changed files with 261 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"authors": [
"lpil"
],
"files": {
"solution": [
"src/treasure_chest.gleam"
],
"test": [
"test/treasure_chest_test.gleam"
],
"exemplar": [
".meta/example.gleam"
],
"invalidator": [
"gleam.toml",
"manifest.toml"
]
},
"forked_from": [
"elm/treasure-chest"
],
"blurb": "Learn about generics in Gleam by creating a treasure chest"
}