jiangping
2024-01-24 8527f5df4edffd94230a8c7f8016beecfb011585
1
2
3
4
5
6
7
package com.doumee;
 
public class Main {
    public static void main(String[] args) {
        System.out.println("Hello world!");
    }
}