Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 363 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 363 Bytes

code

This is my answer to the code challenge for applying the internship position.

tweet.java is for the first question and arraySort.java is for the second question.

To execute the first question, go the bin directory, type java tweet, then enter.

To execute the second question, go the bin directory, type java arraySort, then enter.

Happy reviewing!