Solution to reverse string in Bash

This commit is contained in:
2023-05-16 19:57:08 +02:00
parent 2ca6833ba9
commit bcfff775dc
7 changed files with 881 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{
"authors": [
"sjwarner-bp"
],
"contributors": [
"bkhl",
"budmc29",
"glennj",
"guygastineau",
"IsaacG",
"kotp",
"ZapAnton"
],
"files": {
"solution": [
"reverse_string.sh"
],
"test": [
"reverse_string.bats"
],
"example": [
".meta/example.sh"
]
},
"blurb": "Reverse a string.",
"source": "Introductory challenge to reverse an input string",
"source_url": "https://medium.freecodecamp.org/how-to-reverse-a-string-in-javascript-in-3-different-ways-75e4763c68cb"
}

View File

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