/*** p00ex00.c ***/ /*** s10102 2J23 Captain America ***/ #include int main() { printf("Hello. How are you?\n"); printf("Fine, thanks. And You?\n"); printf("So so.\n"); return 0; } /*** s *** Hello. How are you? Fine, thanks. And You? So so. ****************/