You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
483 B
24 lines
483 B
2 years ago
|
{
|
||
|
"authors": [
|
||
|
"ikhadykin"
|
||
|
],
|
||
|
"contributors": [
|
||
|
"amscotti",
|
||
|
"mattmoss",
|
||
|
"sjwarner-bp"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"src/main/groovy/TwoFer.groovy"
|
||
|
],
|
||
|
"test": [
|
||
|
"src/test/groovy/TwoFerSpec.groovy"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/src/reference/groovy/TwoFer.groovy"
|
||
|
]
|
||
|
},
|
||
|
"blurb": "Create a sentence of the form \"One for X, one for me.\".",
|
||
|
"source_url": "https://github.com/exercism/problem-specifications/issues/757"
|
||
|
}
|