#include int main(int argc, const char *argv) { printf("Hello World!\n"); return 0; }