diff options
Diffstat (limited to 'app/src/main/java/tumble')
-rw-r--r-- | app/src/main/java/tumble/App.java | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app/src/main/java/tumble/App.java b/app/src/main/java/tumble/App.java deleted file mode 100644 index 968a9ca..0000000 --- a/app/src/main/java/tumble/App.java +++ /dev/null @@ -1,14 +0,0 @@ -/* - * This Java source file was generated by the Gradle 'init' task. - */ -package tumble; - -public class App { - public String getGreeting() { - return "Hello World!"; - } - - public static void main(String[] args) { - System.out.println(new App().getGreeting()); - } -} |