#include <stdio.h>

int main(int argc, char const *argv[])
{
    char * pcHello "Hello, World!";
    printf("%s\n", hello);
    return 0;
}