Me thinks there aren't enough easy questions on here that beginners can attempt!
The challenge: Given a random input string of 1's and 0's such as:
10101110101010010100010001010110101001010 Write the shortest code that outputs the bit-wise inverse like so:
01010001010101101011101110101001010110101