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