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

casa.App Maven / Gradle / Ivy

/*
 * This Java source file was generated by the Gradle 'init' task.
 */
package casa;

public class App {
    public String getGreeting() {
        return "Hello casa.";
    }

    public static void main(String[] args) {
        System.out.println(new App().getGreeting());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy