All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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