diff --git a/Sample/.idea/workspace.xml b/Sample/.idea/workspace.xml new file mode 100644 index 0000000..682aa3b --- /dev/null +++ b/Sample/.idea/workspace.xml @@ -0,0 +1,326 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1437648630205 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Sample/src/main/java/com/connector/App.java b/Sample/src/main/java/com/connector/App.java index a480402..8f7a526 100644 --- a/Sample/src/main/java/com/connector/App.java +++ b/Sample/src/main/java/com/connector/App.java @@ -8,6 +8,6 @@ public class App { public static void main( String[] args ) { - System.out.println( "Hello World!" ); + System.out.println( "Hello Mr World! Hariss" ); } }