This commit is contained in:
Alexander Heldt
2025-10-29 20:09:37 +01:00
parent 2a39dced2f
commit 70cfb196b8
10 changed files with 348 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"authors": [
"lpil"
],
"files": {
"solution": [
"src/lasagna.gleam"
],
"test": [
"test/lasagna_test.gleam"
],
"exemplar": [
".meta/example.gleam"
],
"invalidator": [
"gleam.toml",
"manifest.toml"
]
},
"forked_from": [
"elixir/lasagna"
],
"blurb": "Learn about the basics of Gleam by following a lasagna recipe."
}