This is an implementation of conversion from base10(decimal) to base2(binary), from base16(hexadecimal) to base2(decimal) and from base8(octal) to base2(binary)
- binary addition operation
out/ directory is where it is intended to keep compilled files. just to keep things clean!