使用java输出helloworld

public class tset{

     public static void main(String[] args)(

          System.out.println(helloworld);

     )

}

原文地址:https://www.cnblogs.com/lenglangjin/p/10383134.html