1 #include <stdio.h>
 2 int
 3 main()
 4 {
 5     printf("Hello World\n");
 6     printf("Welcome to FanQijiang'Home\n");
 7     printf("Enter My Blog\n");
 8     printf("Orz Online Judge\n");
 9     printf("A useful vimrc file\n");
10     printf("R.I.P. Sun Microsystems (1982 - 2010).\n");
11     return 0;
12}
13