Source of Question15.java


  1: 
  2: public class Question15
  3: {
  4:     public static void main(String[] args)
  5:     {
  6:         System.out.println("Hello World!");
  7:     }
  8: }