StringBits

Given a string, return a new string made of every other char starting with the first, so "Hello" yields "Hlo".

This exercise was converted to PLM from the excellent exercising site http://codingbat.com/