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