Exercism/bash/reverse-string
David Doblas Jiménez bcfff775dc Solution to reverse string in Bash 2023-05-16 19:57:08 +02:00
..
.exercism Solution to reverse string in Bash 2023-05-16 19:57:08 +02:00
HELP.md Solution to reverse string in Bash 2023-05-16 19:57:08 +02:00
README.md Solution to reverse string in Bash 2023-05-16 19:57:08 +02:00
bats-extra.bash Solution to reverse string in Bash 2023-05-16 19:57:08 +02:00
reverse_string.bats Solution to reverse string in Bash 2023-05-16 19:57:08 +02:00
reverse_string.sh Solution to reverse string in Bash 2023-05-16 19:57:08 +02:00

README.md

Reverse String

Welcome to Reverse String on Exercism's Bash Track. If you need help running the tests or submitting your code, check out HELP.md.

Instructions

Reverse a string

For example: input: "cool" output: "looc"

Source

Created by

  • @sjwarner-bp

Contributed to by

  • @bkhl
  • @budmc29
  • @glennj
  • @guygastineau
  • @IsaacG
  • @kotp
  • @ZapAnton

Based on

Introductory challenge to reverse an input string - https://medium.freecodecamp.org/how-to-reverse-a-string-in-javascript-in-3-different-ways-75e4763c68cb