java入门写的第一个代码《HelloWorld》

public class HelloWorld {
public static void main(String[] args){
System.out.println("HelloWorld!!!");
}

}

猜你喜欢

转载自www.cnblogs.com/406070989senlin/p/10721393.html