测试文章01

Hello world

1 public class HelloWorld {
2    public static void main(String[] args) {
3        System.out.println("Hello world");
4 
5   }
6 
7 }

猜你喜欢

转载自www.cnblogs.com/guchunchao/p/9500302.html