Skip to content

Instantly share code, notes, and snippets.

@nsmaciej
Created March 21, 2013 21:13
Show Gist options
  • Save nsmaciej/5216812 to your computer and use it in GitHub Desktop.
Save nsmaciej/5216812 to your computer and use it in GitHub Desktop.
My signature in C.
main(int i) {for(i =7;
i--; printf( "_____ " ))
;puts (""); for( i=7;i
--; printf( "%c%s%c " ,
i>2| i&1?'|' :' ', i==6?
" | " :i==1| i==4 ?" "
:"___" ,i>3 ?(i& 1?' '
:'|') :i&1? ' ': '/'));
puts( ""); for(i =7;i
--; printf("%c%s " ,i>
3|i==1 ?'|':i>2? '_':'/'
,i<3? "____" :i<6?"___|":
" | |")) ;puts("");}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment