Willkommen hinzugefügt
parent
1602814cc0
commit
5ca3e8d272
|
@ -4,7 +4,7 @@ import java.util.*;
|
||||||
|
|
||||||
public class UI {
|
public class UI {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
|
System.out.println("Willkommen!");
|
||||||
Scanner sc = new Scanner(System.in);
|
Scanner sc = new Scanner(System.in);
|
||||||
Persistierung ps = new Persistierung();
|
Persistierung ps = new Persistierung();
|
||||||
System.out.println("Firmenname:");
|
System.out.println("Firmenname:");
|
||||||
|
|
Loading…
Reference in New Issue