jiangping
2023-09-19 62f53cc6c69c02bbe91a5010ee98f293ae3746bb
1
2
3
4
5
6
7
package com.doumee;
 
public class Main {
    public static void main(String[] args) {
        System.out.println("Hello world!");
    }
}