// First program // MW, 9/1/97 public class FirstProgram { public static void main( String [ ] args ) { System.out.println( "Is there anybody out there?" ); } }