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