123456789100
java代码这么写
先用eclipse建一个类
然后在类中写主方法,如下:
public static void main(String args[]){
System.out.print("111");
}