/in/foo.c: In function 'main':
/in/foo.c:5:12: error: stray '\342' in program
printf(“\"enjoy yourself\"\n”);
^
/in/foo.c:5:13: error: stray '\200' in program
printf(“\"enjoy yourself\"\n”);
^
/in/foo.c:5:14: error: stray '\234' in program
printf(“\"enjoy yourself\"\n”);
^
/in/foo.c:5:15: error: stray '\' in program
printf(“\"enjoy yourself\"\n”);
^
/in/foo.c:5:16: warning: missing terminating " character
printf(“\"enjoy yourself\"\n”);
^
/in/foo.c:5:16: error: missing terminating " character
printf(“\"enjoy yourself\"\n”);
^~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.c:6:2: error: expected expression before 'return'
return 0;
^~~~~~
/in/foo.c:7:1: error: expected ';' before '}' token
}
^