RestaurantSystemPrototype/src/MainRSP.java

17 lines
164 B
Java
Raw Normal View History

2021-10-06 18:16:30 +02:00
public class MainRSP
{
public static void main()
{
// initialize the system
// working loop
// shut down the system?
}
}