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