From a4cbcfde71b345c70072960fc6c507c8ef681bc8 Mon Sep 17 00:00:00 2001 From: pablisluiz Date: Mon, 28 Oct 2024 20:10:10 +0100 Subject: [PATCH] baila vini --- hello.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.js b/hello.js index c17a2c6..2d5082a 100644 --- a/hello.js +++ b/hello.js @@ -1,3 +1,3 @@ -const hello = () => "Hola Vinicius, te quedaste sin balon de oro jaj"; +const hello = () => "Hola Vinicius, te quedaste sin balon de oro jajaj, baila vini baila"; console.log(hello()); exports.hello = hello;