rpg-character-sheet
This commit is contained in:
22
elixir/rpg-character-sheet/.exercism/config.json
Normal file
22
elixir/rpg-character-sheet/.exercism/config.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
1
elixir/rpg-character-sheet/.exercism/metadata.json
Normal file
1
elixir/rpg-character-sheet/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"rpg-character-sheet","id":"2040b6af89dd425595b79c2a676bfdeb","url":"https://exercism.org/tracks/elixir/exercises/rpg-character-sheet","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user