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

patterns_examples.case7.INS_Param_false_t Maven / Gradle / Ivy

The newest version!
public class Main{
    public static void main(String[] args){
        int a = 0;
        int b = 0;
        int c = 0;
            System.out.println(a + c, b, c);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy