cn.zhucongqi.server.Main Maven / Gradle / Ivy
/**
*
*/
package cn.zhucongqi.server;
import cn.zhucongqi.server.core.Launcher;
/**
* @author Jobsz
*/
public class Main {
/**
* @param ids
* @throws InterruptedException
*/
public static void main(String[] ids) throws InterruptedException {
Launcher.laucher(ids);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy