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

patterns_examples.case7.INS_Param_false_t2 Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy