mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-14 15:20:48 -05:00
20 lines
463 B
JSON
20 lines
463 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"keiravillekode"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"pig_latin.zig"
|
||
|
],
|
||
|
"test": [
|
||
|
"test_pig_latin.zig"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/example.zig"
|
||
|
]
|
||
|
},
|
||
|
"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/"
|
||
|
}
|