#include #include #include static const char* msg = "Hello World\n"; int main() { printf("%s", msg); return 0; }