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