1. public class Useless {
  2.  
  3. public static main(String[] args) {
  4. System.out.println("this is a useless program");
  5. }
  6. }
  7.