diff --git a/Simple.java b/Simple.java new file mode 100644 index 0000000..3c0676d --- /dev/null +++ b/Simple.java @@ -0,0 +1,7 @@ +public class Simple +{ + public static void main(String args[]) + { + System.out.println("Hello World !!"); + } +} diff --git a/temp.txt b/temp.txt new file mode 100644 index 0000000..702adb6 --- /dev/null +++ b/temp.txt @@ -0,0 +1 @@ +SBCDEFG \ No newline at end of file