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