helloworld

//纯手写代码

public class HelloWorld
{

  public static void main(String[] args)

  {

    System.out.println("Helloworld");

  }  

}

原文地址:https://www.cnblogs.com/kite/p/3615657.html