exercism-elixir/rpg-character-sheet/.exercism/config.json
2022-02-02 17:52:57 -04:00

22 lines
492 B
JSON

{
"blurb": "Learn about IO (input/output) by guiding your friends through the character creation process for your pen-and-paper role-playing game.",
"icon": "wizards-and-warriors",
"authors": [
"angelikatyborska"
],
"contributors": [
"neenjaw"
],
"files": {
"solution": [
"lib/rpg/character_sheet.ex"
],
"test": [
"test/rpg/character_sheet_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10"
}