Remove solution from non-solution branch
This commit is contained in:
parent
febe6522f3
commit
d677c68c28
|
@ -1,5 +1,5 @@
|
||||||
const translate = function() {
|
function pigLatin(string) {
|
||||||
// body...
|
|
||||||
}
|
|
||||||
|
|
||||||
module.exports = translate
|
}
|
||||||
|
|
||||||
|
module.exports = pigLatin
|
Loading…
Reference in New Issue