Skip to content

Instantly share code, notes, and snippets.

@nsmaciej
Created September 22, 2013 17:07
Show Gist options
  • Save nsmaciej/6661907 to your computer and use it in GitHub Desktop.
Save nsmaciej/6661907 to your computer and use it in GitHub Desktop.
'mgoszcz2' printing program 2.0. * Uses magic numbers to store data. * Smaller than it's output * Only two warning using gcc and none using tcc
D[]={1593024318,64462,1343508809,49681,1214537545,45313,1149521993,34961,1593019977,64463,0},*d=D,c;main(){while(*d){while(*d>1)printf("%c",*d%2?42:32),*d/=2;++c%2?:puts(""),d++;}return 0;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment