class Hello_World{ public static void main(String[] args){ if(args.length >= 1 &&args.length <= 20){ System.out.println("Hello World!"); } } }