Un petit blog sans prétention (enfin j'espère) sur ce qui retient mon attention en matière de sécurité informatique....mais pas que.
/* Goodbye.c -- Inspired from hello.c, the most famous program of them all ..
*/
#include <stdio.h>
int main(void) {
printf("Thank you Dennis, goodbye, and R.I.P, you brought something Unix to the World\n");
// return 0;
}
Dennis Ritchie, inventeur d'Unix et du langage C, est mort
http://www.01net.com/editorial/544000/dennis-ritchie-inventeur-d-and-039-unix-et-du-langage-c-est-mort/
Tristan