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