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

6
.idea/vcs.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

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");
}
}