Subversion Repositories test

Rev

Rev 8 | Blame | Compare with Previous | Last modification | View Log | RSS feed

//hello.c

#include <stdio.h>
#include <stdlib.h>

int main()
{
  printf("Bonjour, tout le monde !\n");

  return 0;
}