2020.3.6 java第一次作业

 1 package chapone;
 2 
 3 public class bookone {
 4 
 5     public static void main(String[] args) {
 6         // TODO Auto-generated method stub
 7         System.out.println("helloworld");
 8     }
 9 
10 }

原文地址:https://www.cnblogs.com/guoyongqi-blog/p/12428073.html