package pyl; public class SecExit { public static void main(String[] args) { System.exit(1); } }