pig-latin
This commit is contained in:
28
elixir/pig-latin/.exercism/config.json
Normal file
28
elixir/pig-latin/.exercism/config.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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/"
|
||||
}
|
||||
1
elixir/pig-latin/.exercism/metadata.json
Normal file
1
elixir/pig-latin/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"pig-latin","id":"3bcf481d20874254afa072bd2aabe30d","url":"https://exercism.org/tracks/elixir/exercises/pig-latin","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user