23 lines
524 B
JSON
Raw Normal View History

2024-10-14 11:37:17 +02:00
{
"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/"
}