public class hello_world {
public static void main( String [] arg ){
System.out.println(“Hello World”);
}
Posted in Java | No Comments »