public class HelloWorld {
    
    public static void main( String[] args ){
	//注释 输出 文本
	System.out.println("hello world");
    }	
}