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