StringBits

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

Este exercício foi convertido para o PLM do excelente sítio de exercícios http://javabat.com/