From d5295d444f2a9bb4b6e47a47e871848a9c074bcc Mon Sep 17 00:00:00 2001 From: Alan050102 Date: Wed, 24 Jan 2024 23:54:34 -0600 Subject: [PATCH] Intento de subir los archivos al repositorio del maestro --- HolaMundo.java | 5 +++++ Prueba.txt | 1 + 2 files changed, 6 insertions(+) create mode 100644 HolaMundo.java create mode 100644 Prueba.txt diff --git a/HolaMundo.java b/HolaMundo.java new file mode 100644 index 0000000..8f26679 --- /dev/null +++ b/HolaMundo.java @@ -0,0 +1,5 @@ +public class HolaMundo { + public static void main (String[] args) { + System.out.println("Hola, mundo!"); + } +} diff --git a/Prueba.txt b/Prueba.txt new file mode 100644 index 0000000..b511154 --- /dev/null +++ b/Prueba.txt @@ -0,0 +1 @@ +Hola Mundo este es mi primer archivo trabajado desde Git Bash.