From f9d216c8cb66ab9613a9e07baa9dab67010483cc Mon Sep 17 00:00:00 2001 From: rvelazquillo Date: Sat, 3 Aug 2024 15:46:10 -0600 Subject: [PATCH] last change original phrase --- hello.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;