diff --git a/hello.js b/hello.js index 008839c2..75429ad3 100644 --- a/hello.js +++ b/hello.js @@ -1,3 +1,3 @@ -const hello = () => "Hello World from the Office Hours in the terminal!"; +const hello = () => "Hello World from Spain!"; console.log(hello()); exports.hello = hello;