Last active
October 1, 2023 09:44
-
-
Save buzzxI/28e56565019034201e214116f964bc12 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
int main() | |
{ | |
printf("hello, world\n"); | |
fprintf(stdout, "this is a very very long sentence, i just want to view the difference between \"No wrap\" and \"Soft wrap\"\n"); | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i dont get the difference yet sad (; ;)