Publié par dnob700 le 25/03/2006
poir voir l'effet que ça a
1 2 3 4 5 6
#include <stdio.h> int main(int argc, char** argv) { printf("hello world"); return 0; }