mirror of
https://github.com/Xevion/exercism.git
synced 2026-02-01 08:24:17 -06:00
PowerShell - leap, raindrops, reverse-string, two-fer
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# Reverse String
|
||||
|
||||
Welcome to Reverse String on Exercism's PowerShell 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
|
||||
|
||||
- @gyssels
|
||||
|
||||
### Contributed to by
|
||||
|
||||
- @kchenery
|
||||
|
||||
### 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
|
||||
Reference in New Issue
Block a user