package test; /** * Hello world! * */ public class E { public static void main( String[] args ) { System.out.println( "Hello from E!" ); } }