From ef83cab891a445763f967c9a722381b78f411b52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Nu=C3=B1ez?= <56401021+gururoot@users.noreply.github.com> Date: Thu, 22 Jun 2023 00:49:18 -0300 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 126220d..8abf834 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ +[![Greetings](https://github.com/digitalers/Java-2023/actions/workflows/greetings.yml/badge.svg?branch=main)](https://github.com/digitalers/Java-2023/actions/workflows/greetings.yml) # Java-2023 Repositorio del programa de formación gratuita en desarrollo de software y oficios digitales [Java Full Stack] From 5f8230e0986ea36985bc44d3e1cd184ef75e5fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20N=C3=BA=C3=B1ez?= Date: Mon, 26 Jun 2023 20:05:52 -0300 Subject: [PATCH 2/3] 12-suma-de-consecutivos-4 --- Ejercicio09.java | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Ejercicio09.java diff --git a/Ejercicio09.java b/Ejercicio09.java new file mode 100644 index 0000000..7c6fae6 --- /dev/null +++ b/Ejercicio09.java @@ -0,0 +1,8 @@ +public class Ejercicio09 { + + public static void main(String[] args){ + + System.out.println("Hola, mundo!"); + } + +} From c073acf10c174cd33547cfd80560c037bb9d5dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20N=C3=BA=C3=B1ez?= Date: Mon, 26 Jun 2023 20:08:43 -0300 Subject: [PATCH 3/3] 12-suma-de-consecutivos-4 --- Ejercicio09.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ejercicio09.java b/Ejercicio09.java index 7c6fae6..1054846 100644 --- a/Ejercicio09.java +++ b/Ejercicio09.java @@ -1,7 +1,7 @@ public class Ejercicio09 { public static void main(String[] args){ - + System.out.println("Hola, mundo!"); }