JAVA第一次作业 运用eclipse输出“hello kitty”

package hello1;
public class hallo1 {
 public static void main(String[] args) {
  // TODO Auto-generated method stub
        System.out.println("HELLO");
        System.out.println("Kitty");
 }
}
原文地址:https://www.cnblogs.com/527x/p/12455755.html