The MSB_Repo is a simple C++ program that is responsible for finding the most significant bit of a 64-bit signed integer.
This program was executed on a Linux so please make sure that gcc installed on your machine. Following that,
you will have to do is open up command line session. Navigate to the MSB_Repo/src directory and execute the
following commands below.
g++ -o 'EXEC_NAME' MostSignificantBit.cpp
./'EXEC_NAME' [64-BIT SIGNED INTEGER]