#include int main(void){ if (1){ /* This is an open comment printf("Hello world\n"); /*This is a closed comment*/ } return 0; }