public class A { public static void main(String[] args) { System.out.println("START"); //@ assert args.length != 2; System.out.println("END"); } }