mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-15 02:11:44 -06:00
PowerShell - leap, raindrops, reverse-string, two-fer
This commit is contained in:
23
powershell/two-fer/.exercism/config.json
Normal file
23
powershell/two-fer/.exercism/config.json
Normal 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"
|
||||
}
|
||||
1
powershell/two-fer/.exercism/metadata.json
Normal file
1
powershell/two-fer/.exercism/metadata.json
Normal 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}
|
||||
Reference in New Issue
Block a user