expert-experiments

This commit is contained in:
Alexander Heldt
2025-11-08 19:32:36 +01:00
parent 0d5036c5c4
commit 760f5ef4a6
10 changed files with 441 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"authors": [
"lpil"
],
"files": {
"solution": [
"src/expert_experiments.gleam"
],
"test": [
"test/expert_experiments_test.gleam"
],
"exemplar": [
".meta/example.gleam"
],
"invalidator": [
"gleam.toml",
"manifest.toml"
]
},
"blurb": "Learn about use expressions by conducting some experiments"
}