This commit is contained in:
Christoph Kroczek
2019-12-19 22:13:42 +01:00
parent 9d0837865d
commit 4d6abd8fd8
13 changed files with 15 additions and 9 deletions

View File

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