MAin abgleich

main
informatikperson 2022-10-23 15:18:17 +02:00
parent 76d0cd5683
commit 59b47fc915
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ public class Main {
public static void main(String[] args) {
Banksystem bs = new Banksystem("Sparkasse Mannheim");
UI ui = new UI(bs);
System.out.println("hallo");
System.out.println("Main Main!");
}
}