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