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