From ae779582554597b8b4c2094b323c3250df6aca15 Mon Sep 17 00:00:00 2001 From: Loli Delgado Lara Date: Wed, 26 Oct 2022 12:48:27 -0500 Subject: [PATCH] first commit --- test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.rb b/test.rb index 01d6674..13ee99b 100644 --- a/test.rb +++ b/test.rb @@ -1,4 +1,4 @@ def holaMundo - p "hola mundo" -end + p "hola mundo cruel" +end # comentario de prueba