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"
}

View File

@@ -0,0 +1 @@
{"track":"bash","exercise":"dnd-character","id":"c00402df3e994390a5f6cfba07ad644f","url":"https://exercism.org/tracks/bash/exercises/dnd-character","handle":"Kimawari","is_requester":true,"auto_approve":false}