Removed Menu as it is replaced by the GUI

This commit is contained in:
Bokros Bálint 2016-05-14 13:12:44 +02:00
parent bb6c46827f
commit 2564aca663

View File

@ -1,8 +0,0 @@
package cicaprojekt;
public class Menu {
public static void main(String[] args) {
System.out.println("Continuously Integrated Cica Projekt - Proto");
System.out.println("Üdvözöllek a Babylon Simulator 2000 játékban! Kérlek válassz egy menüpontot!");
}
}