Coverage Summary for Class: App (it.polimi.ingsw)

Class Class, % Method, % Line, %
App 0% (0/1) 0% (0/1) 0% (0/1)


 package it.polimi.ingsw;
 
 
 import it.polimi.ingsw.view.Client;
 
 /**
  * first class called in the game, it starts the main process which will lead to the start of the complete game
  * @author Ettori
  */
 public class App { public static void main(String[] args){new Client();}}