Merge branch 'master' of https://gitty.informatik.hs-mannheim.de/3008953/KI.git
commit
a83e84c324
|
@ -1,5 +1,5 @@
|
|||
import java.io.Serializable;
|
||||
|
||||
//test
|
||||
public class Company implements Serializable{
|
||||
private String name;
|
||||
private String address;
|
||||
|
|
|
@ -3,6 +3,7 @@ public class Main {
|
|||
public static void main(String[] args) {
|
||||
DataManager manager = new DataManager();
|
||||
manager.showMenu();
|
||||
//Hallo Welt
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue