exercism-elixir/bread-and-potions/.exercism/config.json
2022-02-23 13:00:02 -04:00

21 lines
361 B
JSON

{
"blurb": "Learn about protocols by developing your own role-playing video game.",
"authors": [
"angelikatyborska"
],
"contributors": [
"neenjaw"
],
"files": {
"solution": [
"lib/rpg.ex"
],
"test": [
"test/rpg_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10"
}