StringBits

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

Questo esercizio รจ stato convertito per PLM dall'eccellente sito di esercizi http://javabat.com/