01: #include <stdio.h> 02: 03: int main(void) 04: { 05: printf("How are you?\n"); 06: printf("Fine.\n"); 07: return 0; 08: }