##To Submit this Assignment
- Fork this repository
- Write all of your code in a directory named
lab-+<your name>e.g.lab-brian - Push to your repository
- Submit a pull request to this repository
- Submit a link to your PR in canvas
- Write a question and observation on canvas
##Description:
-
For this assignment you will need to read three files and console log the first 8 bytes (in hex) of each file.
-
Regardless of file size, all three files should be read and logged in the order
'one.txt','two.txt','three.txt'. -
You will need to include tests that guarantee that the files are logged in the proper order.
-
You will also need to include tests that check for improper file paths.