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

patterns_examples.case7.DEL_Param_t1 Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy