r.i.p. dmr 

Kommentare

web doc 
13.10.11, 09:35
like thies one:

#include <stdio.h>
#DEFINE RIP 1

int main (int argc, char *argv[])
{
printf("Goodbye, Dennis Ritchie, thanks for C!\n");

return RIP;
}

Kommentar hinzufügen
nocomments