Tfe

Ongi etorri tfe-ren webgunera...

Old stuff/ecole_etude_fac_de_pau/licence_2/struct/tp1/hello.c

(Deskargatu)
#include <stdio.h>
#include <stdlib.h>

int  main() {
  int x;
  scanf("%d", &x);
  printf("\n x : %d", x);

}