diff --git a/JavaCollections/bin/listExamples/.gitignore b/JavaCollections/bin/listExamples/.gitignore deleted file mode 100644 index c499ff4..0000000 --- a/JavaCollections/bin/listExamples/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/ArrayListExample.class -/LinkedListExample.class -/StackExample.class -/VectorExample.class diff --git a/JavaCollections/src/listExamples/AJithTry.java b/JavaCollections/src/listExamples/AJithTry.java new file mode 100644 index 0000000..54bac84 --- /dev/null +++ b/JavaCollections/src/listExamples/AJithTry.java @@ -0,0 +1,10 @@ +package listExamples; + +public class AJithTry { + + public static void main(String[] args) { + // TODO Auto-generated method stub + System.out.println("Sample"); + } + +}