mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-15 14:11:44 -06:00
24 lines
428 B
JSON
24 lines
428 B
JSON
{
|
|
"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"
|
|
}
|