lasagna
This commit is contained in:
24
lasagna/.exercism/config.json
Normal file
24
lasagna/.exercism/config.json
Normal 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."
|
||||
}
|
||||
Reference in New Issue
Block a user