1
#include
<stdio.h>
2
3
main(){
4
printf(
"To C, or not to C: that is the question
\n
"
);
5
}
6