exercism/elixir/rpg-character-sheet/.exercism/config.json

23 lines
492 B
JSON
Raw Normal View History

2023-12-18 19:19:33 +00:00
{
"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",
"icon": "wizards-and-warriors",
"blurb": "Learn about IO (input/output) by guiding your friends through the character creation process for your pen-and-paper role-playing game."
}