int main(void) {
    char *x = "Hello, World!";
    return x[2];
}