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

org.jace.examples.StaticTest Maven / Gradle / Ivy

There is a newer version: 1.2.22
Show newest version
package org.jace.examples;

@SuppressWarnings("UseOfSystemOutOrSystemErr")
public class StaticTest
{
	static
	{
		System.out.println("Hello World!");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy