/** * @file Game.java * * @author Christos Choutouridis AEM:8997 * @email cchoutou@ece.auth.gr */ package net.hoo2.auth.labyrinth; /** * */ public class Game { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Lets begin"); } }