Hey,
I am working on printFeedback and I am not quite sure if I understand the assigment correctly.
Should the function print something like this at the end
"Result: CORRECT WRONGPOS WRONG WRONG CORRECT " ?
And printing the unicode sequences… Is this the correct way to print?
ie. for wrong position
printf("%c", 0x0001F7E8);
Thank you in advance.
Müge