MrShi
10 天以前 7096cb874048a0031e3209449c9f3013ef5f3d79
1
2
3
4
5
6
7
package com.doumee;
 
public class Main {
    public static void main(String[] args) {
        System.out.println("Hello world!");
    }
}