Converts an integer to a string representing a binary number and returns it
print int_to_bin(5) >> "101"