29 lines
617 B
JSON
29 lines
617 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"DoggettCK"
|
||
|
],
|
||
|
"contributors": [
|
||
|
"alarregoity",
|
||
|
"angelikatyborska",
|
||
|
"Cohen-Carlisle",
|
||
|
"devonestes",
|
||
|
"moxley",
|
||
|
"neenjaw",
|
||
|
"sotojuan"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"lib/pig_latin.ex"
|
||
|
],
|
||
|
"test": [
|
||
|
"test/pig_latin_test.exs"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/example.ex"
|
||
|
]
|
||
|
},
|
||
|
"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/"
|
||
|
}
|