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