tisbury-treasure-hunt
This commit is contained in:
25
tisbury-treasure-hunt/.exercism/config.json
Normal file
25
tisbury-treasure-hunt/.exercism/config.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"authors": [
|
||||
"lpil"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"src/tisbury_treasure_hunt.gleam"
|
||||
],
|
||||
"test": [
|
||||
"test/tisbury_treasure_hunt_test.gleam"
|
||||
],
|
||||
"exemplar": [
|
||||
".meta/example.gleam"
|
||||
],
|
||||
"invalidator": [
|
||||
"gleam.toml",
|
||||
"manifest.toml"
|
||||
]
|
||||
},
|
||||
"forked_from": [
|
||||
"elm/tisbury-treasure-hunt",
|
||||
"fsharp/tisbury-treasure-hunt"
|
||||
],
|
||||
"blurb": "Learn usage of Tuples by designing a pirate treasure game"
|
||||
}
|
||||
Reference in New Issue
Block a user