package testclasses.helloworld; public class HelloWorld { public static void main (String[] argv) throws Exception { System.out.println("Hello world!"); } }