Closed helloworld closed 7 years ago
The code fragment has printf("No you're a %s", input);, so the Y in "you're" should be lowercase.
printf("No you're a %s", input);
Great, thanks!
The code fragment has
printf("No you're a %s", input);
, so the Y in "you're" should be lowercase.