odin-javascript-exercises/helloWorld/helloWorld.js
Tatiana 18cffeb940 Revert "update cloning link"
This reverts commit 4c771f2e05.
2021-05-08 11:25:04 -07:00

5 lines
76 B
JavaScript

const helloWorld = function() {
return ''
}
module.exports = helloWorld;