Skip to content

Instantly share code, notes, and snippets.

@buzzxI
Last active October 1, 2023 09:44
Show Gist options
  • Save buzzxI/28e56565019034201e214116f964bc12 to your computer and use it in GitHub Desktop.
Save buzzxI/28e56565019034201e214116f964bc12 to your computer and use it in GitHub Desktop.
#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;
}
@buzzxI
Copy link
Author

buzzxI commented Oct 1, 2023

i dont get the difference yet sad (; ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment