I think what I did was when I printed out the board I added a zero character first then I added a return character. Is it supposed to be the other way around? Which is correct?If you put the return after the null, the return will be ignored, since the null indicates the end of the string.