public class Example {
   public static final void main(String[] args) {
      System.out.println("Not too exciting yet.");
   }
}
