mirror of
https://github.com/Xevion/exercism.git
synced 2026-01-31 20:24:08 -06:00
PowerShell - leap, raindrops, reverse-string, two-fer
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"blurb": "Reverse a string",
|
||||
"authors": [
|
||||
"gyssels"
|
||||
],
|
||||
"contributors": [
|
||||
"kchenery"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"ReverseString.ps1"
|
||||
],
|
||||
"test": [
|
||||
"ReverseString.tests.ps1"
|
||||
],
|
||||
"example": [
|
||||
".meta/ReverseString.example.ps1"
|
||||
]
|
||||
},
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user