Blame view

essai.c 77 Bytes
36e365ea   Pierre Cwik   premier envoi de ...
1
2
3
4
5
6
7
8
9
10
  #include <stdio.h>
  
  main()
  {
  
  printf("\n bonjour je test \n");
  
  return 0;
  
  }