From 59b46ee118e64d6fbbc052cb588a77d0e01fd475 Mon Sep 17 00:00:00 2001 From: reem1988mr <139706037+reem1988mr@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:39:52 +0400 Subject: [PATCH] commit --- hello.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.js b/hello.js index 008839c..75429ad 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;