AltPairs

Given a string, return a string made of the chars at indexes 0,1, 4,5, 8,9 ... so "kittens" yields "kien".

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