小学期到来开始了Java每天的学习。
本周:
public class Hello{
public static void main(String[] args){
System.out.println("hello man!");
}
写了一个hello word。