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

prompto.devcenter.Application Maven / Gradle / Ivy

There is a newer version: 0.0.13
Show newest version
package prompto.devcenter;

import prompto.codeserver.CodeServer;

public class Application {

	public static void main(String[] args) throws Throwable {
		CodeServer.main(args);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy