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

big.JavaApi Maven / Gradle / Ivy

package big;

public class JavaApi extends Api {
	@Override
	public int demo() {
		return 7;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy