23 lines
524 B
JSON
23 lines
524 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"HornMichaelS"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"lib/pig_latin.dart"
|
||
|
],
|
||
|
"test": [
|
||
|
"test/pig_latin_test.dart"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/lib/example.dart"
|
||
|
]
|
||
|
},
|
||
|
"forked_from": [
|
||
|
"csharp/pig-latin"
|
||
|
],
|
||
|
"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/"
|
||
|
}
|