Binaries 2 Decimals
A simple program in C that turns binaries into decimals.
Clone the repository:
git clone https://github.com/fecoelho/Bin2Dec.git
Enter de Bin2Dec folder and compile:
cd Bin2Dec
gcc srcs/*.[ch] && mv a.out Bin2Dec
Run it!
./Bin2Dec thebinary anotherbinary …