second commit
This commit is contained in:
parent
a4d54b4985
commit
afdc1bbab6
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
|
@ -0,0 +1,5 @@
|
|||
public class Test {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello!");
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue