第一次JAVA作业

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

原文地址:https://www.cnblogs.com/qq1123514689/p/12431057.html