PowerShell - leap, raindrops, reverse-string, two-fer

This commit is contained in:
Xevion
2021-11-26 02:28:45 -06:00
parent e02f2ceabf
commit 3bd08f4c92
29 changed files with 569 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"blurb": "Create a sentence of the form \"One for X, one for me.\"",
"authors": [
"gyssels"
],
"contributors": [
"cmccandless",
"kchenery",
"sjwarner"
],
"files": {
"solution": [
"TwoFer.ps1"
],
"test": [
"TwoFer.tests.ps1"
],
"example": [
".meta/TwoFer.example.ps1"
]
},
"source_url": "https://github.com/exercism/problem-specifications/issues/757"
}

View File

@@ -0,0 +1 @@
{"track":"powershell","exercise":"two-fer","id":"ee6acfe67bf6423e8ceab007e73d57ac","url":"https://exercism.org/tracks/powershell/exercises/two-fer","handle":"Xevion","is_requester":true,"auto_approve":false}