Commit 36e365ead7c6e7b3c91b3b946e4f729fecab5d78

Authored by Pierre Cwik
0 parents

premier envoi de pc a lab fichier essai.c

Showing 1 changed file with 10 additions and 0 deletions   Show diff stats
essai.c 0 → 100644
  1 +++ a/essai.c
... ... @@ -0,0 +1,10 @@
  1 +#include <stdio.h>
  2 +
  3 +main()
  4 +{
  5 +
  6 +printf("\n bonjour je test \n");
  7 +
  8 +return 0;
  9 +
  10 +}
... ...