[ot][spam][crazy] holiday code smidges
merry_holidays_01.py def main(): print('') print('Merry Holidays!') print('') if __name__ == '__main__': main()
merry_holidays_02.py def main(): print('') print('!! merry holidays !!') print('') if __name__ == '__main__': main()
# merry_holidays_03.py def Main(): print(' ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ') print(' ~ Merry Holidays!! ~ ') print(' ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ') if __name__ == '__main__': Main()
# merry_holidays_04.c #include <stdio.h> void main(int argc, char char ** argv) { printf("\nMerry holidays!\n\n'); }
/* merry_holidays_05.c */ /* i saw what seemed to me to be obvious mistakes in merry_holidays_04.c . * so i've changed it some, but somebody should run the code through the testsuite. */ #include <stdio.h> void main(int argc, char const ** argv) { printf("%s", "\nMerry holidays!\n\n"); }
/* merry_holidays_06.c */ #include <stdio.h> void main(int argc, char const ** argv) { printf("%s", "uhh i seem to keep standing here and sending emails out instead of testing the code before i run it, is this normal human behavior?\n"); } // i spent some time looking at real code before then coming back and sending this!
participants (1)
-
Undescribed Horrific Abuse, One Victim & Survivor of Many