@@ -0,0 +1,6 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> | |||
<project version="4"> | |||
<component name="VcsDirectoryMappings"> | |||
<mapping directory="" vcs="Git" /> | |||
</component> | |||
</project> |
@@ -0,0 +1,5 @@ | |||
public class HelloWorld { | |||
public static void main(String[] args) { | |||
System.out.println("Hallo Welt"); | |||
} | |||
} |