测试一下
public class Hi {

    
/**
     * 
     
*/
    
public Hi() {
        
super();
        
// TODO Auto-generated constructor stub
    }

    
public static void main(String[] args) {
        System.out.println(
"Hello,world!!");
    }
}

不错不错。。。