It's a part of academic assignments and replicates few behaviours of ArrayList in java.
Navigate to the folder of this README file:
Perform Below commands to compile/run/clean the program:
ant -buildfile myArrayList/src/build.xml clean
ant -buildfile myArrayList/src/build.xml all
ant -buildfile myArrayList/src/build.xml run -Darg0=input.txt -Darg1=output.txt
ant -buildfile myArrayList/src/build.xml tarzip