HelloWorld
你的第一个代码,经典永流传。
public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, world!"); } }
最后更新于
你的第一个代码,经典永流传。
public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, world!"); } }
最后更新于