友链:渡梦博客|MDClub
你好世界!
public class HelloWorld { public static void main(String[] args) { System.out.print("Hello world!"); } }