pacman-rules
This commit is contained in:
24
pacman-rules/.exercism/config.json
Normal file
24
pacman-rules/.exercism/config.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"authors": [
|
||||
"lpil"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"src/pacman_rules.gleam"
|
||||
],
|
||||
"test": [
|
||||
"test/pacman_rules_test.gleam"
|
||||
],
|
||||
"exemplar": [
|
||||
".meta/example.gleam"
|
||||
],
|
||||
"invalidator": [
|
||||
"gleam.toml",
|
||||
"manifest.toml"
|
||||
]
|
||||
},
|
||||
"forked_from": [
|
||||
"elixir/pacman_rules"
|
||||
],
|
||||
"blurb": "Learn about bools by implementing the rules of the Pac-Man game."
|
||||
}
|
||||
Reference in New Issue
Block a user