From 6898e68a3090b91cb9b269523bb2463973df88c4 Mon Sep 17 00:00:00 2001 From: AjithDamon Date: Sun, 30 Oct 2022 22:34:19 +0530 Subject: [PATCH] AJith first branch try AJith TRY --- JavaCollections/bin/listExamples/.gitignore | 4 ---- JavaCollections/src/listExamples/AJithTry.java | 10 ++++++++++ 2 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 JavaCollections/bin/listExamples/.gitignore create mode 100644 JavaCollections/src/listExamples/AJithTry.java 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"); + } + +}