import static cTools.KernelWrapper.*; class executeToCheck { public static void main(String[] args) { System.out.println("Successfully sourced KernelWrapper!"); exit(0); } }