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