Hi guys, i’m new to programming and i’m trying to figure out this level.
But i think i’ve spotted a bug:
When trying to display a letter which has the first character as a space, the space doesn’t show.
so i tryied to figure out what was wrong with my code…
At a certain point i’ve just written: printf(" “); But any space didn’t show up in the console.
So i tryied printf(” ."; and nothing happened again.
So i tryied in another IDE (in the Thor one)… And printf(" "); worked fine.
Is it me or the IDE? If it’s me i’m really sorry, i’m new to programming and C.