Dezember 19, 2018 7:31 am
Veröffentlicht von Manuel Dewald
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
#include <stdio.h>
/* A CHRISTMAS POEM * * Christmas is near, * brings relaxed atmosphere. * The devs are staying at home, * feeling bored like a stone. * * Left the winter outside, * but still not satisfied. * They are missing their code, * yet so tired of node. * * And if this feels like you - * here is something to do. * Celebrate! It's written in C: * A compilable Christmas tree. */
# define o printf #define O "%c" int main(){o(O, 77);o(O,101);for( int l=0;l<2;++l)o(O ,114);o(O,121);o(" ") ;o(O,88);o(O,0x6d);o(O, 0x61);o (O,115) ;o(O,0x0A);}
|
Stichwörter:
C++,
coding,
software development
Kategorisiert in: Allgemein
Dieser Artikel wurde verfasst von Manuel Dewald