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