From edbc8fad677709d793812f67a9ffb9985a0db089 Mon Sep 17 00:00:00 2001 From: Fabricio Leonardo Sodano Pascazi Date: Mon, 31 Mar 2025 11:15:30 +1100 Subject: [PATCH] Mejora mensajes de bienvenida --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index a953ae7..091cb58 100644 --- a/main.js +++ b/main.js @@ -1,2 +1,2 @@ -console.log('Hola mundo'); -alert('Bienvenido al repositorio!'); \ No newline at end of file +console.log('Hola mundo.'); +alert('Bienvenido al repositorio!!'); \ No newline at end of file