jiangping
2025-02-20 f80fb683f62639ec7848cc82d37e8313c7ffdb0c
1
2
3
4
5
6
7
package com.doumee;
 
public class Main {
    public static void main(String[] args) {
        System.out.println("Hello world!");
    }
}