refactoring

This commit is contained in:
Christoph Kroczek
2019-07-10 21:28:47 +02:00
parent 91c86037ad
commit 75f683cdc2
2 changed files with 9 additions and 10 deletions

View File

@@ -0,0 +1,9 @@
package DT_01_currentdate;
public class CurrentDateStart {
public static void main(String[] args) {
System.out.println("TEST");
}
}

View File

@@ -1,10 +0,0 @@
/*
* This Java source file was generated by the Gradle 'init' task.
*/
package DT_01_currentdate;
public class Library {
public boolean someLibraryMethod() {
return true;
}
}