Remove old gradle-init'd xl directory

This commit is contained in:
Imbus 2024-05-11 14:09:35 +02:00
parent abc163fdb5
commit 0dca2fd27a

View file

@ -1,14 +0,0 @@
/*
* This Java source file was generated by the Gradle 'init' task.
*/
package xl;
public class App {
public String getGreeting() {
return "Hello World!";
}
public static void main(String[] args) {
System.out.println(new App().getGreeting());
}
}