Language Java Tutorial

//   Single line of comment
public class MainClass{
  public static void main(String[] arg){
     
  }
}