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