A project for the INFO-C211 Fall 23 class.
The project implements two classes: LargeNumber and TestNumber. The first class implements a large integer number of unlimited size and a few arithmetic operations to manipulate it. The second one performs some testing of the class. The class LargeNumber uses an ArrayList to store the digits of the number.