dinhanhx / big-number-process

big-number-process is code in Java for storing and operating gigantic numbers.
MIT License
2 stars 1 forks source link

Test cases #5

Open Huy-Ngo opened 5 years ago

Huy-Ngo commented 5 years ago

Please implement test cases.

When implementing some new changes to a program, you can't be sure it will have the same desirable output. Therefore, testing will help you check the output more easily.