Main.cc: In function ‘int main()’:
Main.cc:5:8: error: ‘Hello’ was not declared in this scope
cout>>Hello,World!;
^~~~~
Main.cc:5:8: note: suggested alternative: ‘ftello’
cout>>Hello,World!;
^~~~~
ftello
Main.cc:5:14: error: ‘World’ was not declared in this scope
cout>>Hello,World!;
^~~~~