1 #include <stdio.h>
2 
3 int
main()4 main()
5 {
6     printf ("Hello there.\n");
7 }
8