JAVA第一次作业

package com.a01;
public class hellowold {
   public static void main(String[] args) {
      System.out.println("hellowold");
   }
}
原文地址:https://www.cnblogs.com/hyonf/p/12486934.html