Browse Source

initial commit

dev
blckxsepia 5 years ago
parent
commit
4ee9da0e5e
2 changed files with 11 additions and 0 deletions
  1. 6
    0
      .idea/vcs.xml
  2. 5
    0
      src/HelloWorld.java

+ 6
- 0
.idea/vcs.xml 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>

+ 5
- 0
src/HelloWorld.java View File

@@ -0,0 +1,5 @@
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hallo Welt");
}
}

Loading…
Cancel
Save