Test für Pull/Push

master
PC 2024-12-11 17:08:01 +01:00
parent aeceac2111
commit 937c834cc2
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@ -3,5 +3,6 @@ public class RestaurantManagement {
public static void main(String[] args) {
SystemController systemController = new SystemController();
systemController.startSystem();
System.out.println("Pull/Push test");
}
}