diff --git a/hello.js b/hello.js index 6904cd4..99ba37d 100644 --- a/hello.js +++ b/hello.js @@ -1,4 +1,4 @@ -const hello = () => "Hello World from the Office Hours in the terminal!"; +const hello = () => "Hello World, desde PERU"; console.log(hello()); exports.hello = hello;