No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

travail.c 175B

12345678
  1. #include <stdio.h>
  2. int main(int argc, char * argv[]) {
  3. printf("Hello World\n");
  4. printf("C'est Laura\n");
  5. printf("Il s'est passé du temps on a travaillé");
  6. return -1;
  7. }