Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 594 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 594 Bytes

blockchain-asmt

Day-1

after writing your solution on the assignment file

go to your terminal

make sure you are in the blockchain-asmt/day1 folder. it should look like something below image

then type in the command "node --test test/qt1.js" for assignment1 repeat the same for different questions for example for assignment2 "node --test test/qt2.js"

the output should come something like this for assignment1 image