Skip to content

Instantly share code, notes, and snippets.

@hyphenrf
Created June 26, 2022 19:03
Show Gist options
  • Save hyphenrf/bdc6d7cdb299683eb24e899eac71e080 to your computer and use it in GitHub Desktop.
Save hyphenrf/bdc6d7cdb299683eb24e899eac71e080 to your computer and use it in GitHub Desktop.
#define wwx ____""
#include /**/<stdio.h>
int p ( int ch){
printf ("%c"
,ch); } int
main()
{ char
h [] =
"hel"\
"lo w"
"orld!\
\n",*x
=h,c = 10;
while (c=*x++) p(c);
p(c); return 0;}
@hyphenrf
Copy link
Author

it looks a little squished on github
image

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