31 lines
621 B
JSON
31 lines
621 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"behrtam"
|
||
|
],
|
||
|
"contributors": [
|
||
|
"akashsara",
|
||
|
"cmccandless",
|
||
|
"Dog",
|
||
|
"ikhadykin",
|
||
|
"N-Parsons",
|
||
|
"pheanex",
|
||
|
"Sukhj1nder",
|
||
|
"tqa236",
|
||
|
"yawpitch"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"pig_latin.py"
|
||
|
],
|
||
|
"test": [
|
||
|
"pig_latin_test.py"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/example.py"
|
||
|
]
|
||
|
},
|
||
|
"blurb": "Implement a program that translates from English to Pig Latin.",
|
||
|
"source": "The Pig Latin exercise at Test First Teaching by Ultrasaurus",
|
||
|
"source_url": "https://github.com/ultrasaurus/test-first-teaching/blob/master/learn_ruby/pig_latin/"
|
||
|
}
|