hello.c:2:9: error: stray '\357' in program
int main()
^
hello.c:2:10: error: stray '\274' in program
int main()
^
hello.c:2:11: error: stray '\210' in program
int main()
^
hello.c:2:12: error: stray '\357' in program
int main()
^
hello.c:2:13: error: stray '\274' in program
int main()
^
hello.c:2:14: error: stray '\211' in program
int main()
^
hello.c:3:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
hello.c:5:13: error: stray '\357' in program
return 0;
^
hello.c:5:14: error: stray '\274' in program
return 0;
^
hello.c:5:15: error: stray '\233' in program
return 0;
^