1
0

Test repo git

This commit is contained in:
2014-05-28 23:54:51 +02:00
parent 8b73ac3c56
commit fb653ebba2
7 changed files with 2 additions and 68 deletions

View File

@@ -9,5 +9,6 @@ public class App
public static void main( String[] args )
{
System.out.println( "Hello World!" );
System.out.println( "test repo!" );
}
}