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