From b17f9551aac704f93bcfc4b798eb3e732f4513c1 Mon Sep 17 00:00:00 2001 From: fernandogomezjaime Date: Thu, 15 Aug 2024 14:28:44 -0500 Subject: [PATCH] cambio en el titulo --- hello.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;