awesome, thanks vladmir!
i also noticed i have
challengeConcat[y] 4 times
multiple times, to make this code even better should i do
char *c = challengeConcat[y];
im not sure if i need to do char *c or just char c)
and use c instead of challengeConcat[y]
