Remove solution from non-solution branch

This commit is contained in:
Michael Frank 2021-04-30 22:26:35 +12:00
parent febe6522f3
commit d677c68c28
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
const translate = function() {
// body...
}
function pigLatin(string) {
module.exports = translate
}
module.exports = pigLatin