Skip to content

Instantly share code, notes, and snippets.

@williamho
Created December 26, 2012 00:02
Show Gist options
  • Save williamho/4376576 to your computer and use it in GitHub Desktop.
Save williamho/4376576 to your computer and use it in GitHub Desktop.
Merry Christmas
#include <stdio.h>
main() {
int i;
for (i=0; i<4; i++)
printf("jingle %s\n",(i<3)?"bells":"all the way");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment