/* * My special program. */ main(int argc, char *argv) { printf("The answer is 42\n"); }