public void print(){
System.out.println("hello world");
}
public static void main(String[] args) {
helloworld test=new helloworld();
test.print();
}
}
添加回答
举报
0/150
提交
取消