潘志宝
2025-03-07 651111e80d84333cbaf9907d2ee1f90c3dfc62e4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.iailab.sdk;
 
/**
 * 项目的主类
 *
 * @author iailab
 */
public class IailabPlatSdkMain {
 
    public static void main(String[] args) {
        System.out.println("I am the main class");
    }
 
}