#include <stdio.h>
|
|
|
|
|
|
|
|
int main (void) {
|
|
|
|
printf("Startled by the sudden sound, Sally shouted,\n");
|
|
printf("\"By the Great Pumpkin, what was that!\"\n");
|
|
|
|
return 0;
|
|
|
|
}
|