exercism/php/reverse-string
Ben Harris b751a92b9f initial php exercises 2021-11-09 01:16:46 -05:00
..
.exercism initial php exercises 2021-11-09 01:16:46 -05:00
HELP.md initial php exercises 2021-11-09 01:16:46 -05:00
README.md initial php exercises 2021-11-09 01:16:46 -05:00
ReverseString.php initial php exercises 2021-11-09 01:16:46 -05:00
ReverseStringTest.php initial php exercises 2021-11-09 01:16:46 -05:00

README.md

Reverse String

Welcome to Reverse String on Exercism's PHP 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

  • @MichaelBunker