fei.wang
2024-03-21 ab64b09ce3020b376af1e6ee0326ea71330d34ad
1
2
3
4
5
public class Main {
    public static void main(String[] args) {
        System.out.println("Hello world!");
    }
}