#include "stdio.h" int main(void) { printf("To C, or not to C: that is the question.\n"); return 0; }