emory-courses / dsa-java

Data Structures and Algorithms in Java
https://emory.gitbook.io/dsa-java/
42 stars 55 forks source link

[QZ1] #41

Closed TaymarJoseph closed 4 years ago

TaymarJoseph commented 4 years ago

I get errors from the import statements in the LongIntegerQuizTest method after copying and pasting it into IntelliJ.

Screen Shot 2020-09-14 at 11 59 43 AM

marvinquiet commented 4 years ago

This test file should be under the test folder, not the main folder.

TaymarJoseph commented 4 years ago

Thanks