#include "stdio.h" int main(int argc, char **argv) { if (1) { printf("Hello, World!\n"); } }