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

repairability_test_files.Elixir.elixir2.two.elixir2_two_s Maven / Gradle / Ivy

There is a newer version: 6.0.0
Show newest version

class elixir {

    public static void main(String[] args) {
        int x=20;
        int y=10;
        System.out.println(func());
    }

    public static int func(){
        return x;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy