Subversion Repositories test

Rev

Rev 8 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8 Rev 15
Line 3... Line 3...
3
#include <stdio.h>
3
#include <stdio.h>
4
#include <stdlib.h>
4
#include <stdlib.h>
5
5
6
int main()
6
int main()
7
{
7
{
8
  printf("Hello, world!!\n");
-
 
-
 
8
  printf("Bonjour, tout le monde !\n");
9
9
10
  return 0;
10
  return 0;
11
}
11
}
12
12