1 public class hello { 2 public static void main(String[] args) { 3 System.out.println("hello,world!"); 4 } 5 }
以上,是第一个代码,打印出hello world在屏幕上。
第二天 开始写hello world了!
原文:https://www.cnblogs.com/zhh2000511/p/14063150.html