Hello World

public class hello_world {

public static void main( String [] arg ){

System.out.println(“Hello World”);

}

}

Leave a Reply