Created
December 26, 2012 00:02
-
-
Save williamho/4376576 to your computer and use it in GitHub Desktop.
Merry Christmas
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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