纪念一下这个万能开头,哈哈哈

88 阅读1分钟

class HelloWorld
{
public static void main(String[] args)
{
System.out.println(“hello world”);
}
}