Primer ejercicio

This commit is contained in:
Raul 2018-10-07 15:46:04 +02:00
parent 29bd246dad
commit ef337a4bb3
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
const helloWorld = function() { const helloWorld = function() {
return '' return 'Hello, World!'
} }
module.exports = helloWorld module.exports = helloWorld