mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-17 05:33:21 +09:00
Remove solution from non-solution branch
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
const translate = function() {
|
function pigLatin(string) {
|
||||||
// body...
|
|
||||||
}
|
|
||||||
|
|
||||||
module.exports = translate
|
}
|
||||||
|
|
||||||
|
module.exports = pigLatin
|
||||||
Reference in New Issue
Block a user