how to print hello world in java

how to print hello world in java
refe‮ r‬to:lautturi.com
public class HelloWorld{
	public  static void main(String[] args){
    	System.out.println("Hello world");
    } 
}
Created Time:2017-09-20 13:21:12  Author:lautturi