----
test.c: In function ‘main’:
test.c:6: error: stray ‘\342’ in program
test.c:6: error: stray ‘\200’ in program
test.c:6: error: stray ‘\234’ in program
test.c:6: error: ‘Hello’ undeclared (first use in this function)
test.c:6: error: (Each undeclared identifier is reported only once
test.c:6: error: for each function it appears in.)
test.c:6: error: expected ‘)’ before ‘World’
test.c:6: error: stray ‘\342’ in program
test.c:6: error: stray ‘\200’ in program
test.c:6: error: stray ‘\235’ in program
test.c:6: warning: format not a string literal and no format arguments
---
Most probably you have to change the quotation marks in the specified string.