Meine Abgabe für das Nachtestat

main
thomasmuller 2025-07-01 11:24:59 +02:00
parent fb48cbcbca
commit fcab4802f7
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ public class GUI implements ActionListener{
return a +b;
}
public int subtrahieren(int a, int b) {
return a -b;
}