From a90f63cfa02b104aa330dcbb83b7c30f31cc8078 Mon Sep 17 00:00:00 2001 From: arodoli Date: Mon, 29 Sep 2025 12:22:57 +0200 Subject: [PATCH 1/3] feature/resta --- Calculadora.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Calculadora.java b/Calculadora.java index e69de29..8539b8c 100644 --- a/Calculadora.java +++ b/Calculadora.java @@ -0,0 +1,5 @@ +public class Calculadora { + public int resta(int a, int b){ + return a-b; + } +} \ No newline at end of file From 75f87fdcb01c47bd00231023b90633c0b715caf2 Mon Sep 17 00:00:00 2001 From: arodoli Date: Mon, 29 Sep 2025 12:28:15 +0200 Subject: [PATCH 2/3] Revert "feature/resta" This reverts commit a90f63cfa02b104aa330dcbb83b7c30f31cc8078. --- Calculadora.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Calculadora.java b/Calculadora.java index 8539b8c..e69de29 100644 --- a/Calculadora.java +++ b/Calculadora.java @@ -1,5 +0,0 @@ -public class Calculadora { - public int resta(int a, int b){ - return a-b; - } -} \ No newline at end of file From 9695fe9244d30a375d51610b26d54daca22f3a03 Mon Sep 17 00:00:00 2001 From: arodoli Date: Mon, 29 Sep 2025 12:28:37 +0200 Subject: [PATCH 3/3] =?UTF-8?q?feature:=20implementa=20el=20m=C3=A9todo=20?= =?UTF-8?q?resta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Calculadora.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Calculadora.java b/Calculadora.java index e69de29..8539b8c 100644 --- a/Calculadora.java +++ b/Calculadora.java @@ -0,0 +1,5 @@ +public class Calculadora { + public int resta(int a, int b){ + return a-b; + } +} \ No newline at end of file