hello world program in java

hello world program in java

 


public class HelloWorld {

public static void main(String [] args) {

System.out.println("Hello, world");

}
} 
 
 
 
 

Post a Comment

Previous Post Next Post