Old stuff/ecole_etude_fac_de_pau/licence_2/struct/tp1/hello.c~
(Deskargatu)#include <stdio.h>
#include <stdlib.h>
main() {
int x;
scanf("valeur de x :%d", &x);
printf("\n x : %d", x);
}
Ongi etorri tfe-ren webgunera...
#include <stdio.h>
#include <stdlib.h>
main() {
int x;
scanf("valeur de x :%d", &x);
printf("\n x : %d", x);
}