Language Java Tutorial

/*   multiple lines of comment
another line
 */ 
public class MainClass{
  public static void main(String[] arg){
     
  }
}