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

com.github.hemanthsridhar.Multiply Maven / Gradle / Ivy

package com.github.hemanthsridhar;

public class Multiply {

    public int mul(int a,int b){
        return a*b;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy