Solution to DnD character in Bash

This commit is contained in:
2023-07-01 16:56:11 +02:00
parent f26ebd97f2
commit 09bf8bc515
7 changed files with 1006 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"authors": [
"glennj"
],
"contributors": [
"guygastineau",
"IsaacG"
],
"files": {
"solution": [
"dnd_character.sh"
],
"test": [
"dnd_character.bats"
],
"example": [
".meta/example.sh"
]
},
"blurb": "Randomly generate Dungeons & Dragons characters.",
"source": "Simon Shine, Erik Schierboom",
"source_url": "https://github.com/exercism/problem-specifications/issues/616#issuecomment-437358945"
}