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

crashburnfree.client.CrashBurnFreeDemo Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package crashburnfree.client;

public class CrashBurnFreeDemo {
	public static void main(String[] args) {
		CrashBurnFree.register(12345, "some enchanted evening");
		throw new RuntimeException("mwuh hah hah!");
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy