#include int main(int argc, char **argv) { printf("HELLO WORLD\n"); return 0; }