// The compiler ignores white spaces. However, multiple lines makes the code // more readable. The body of int main() could also been written as: int main () { cout << "Hello World! "; return 0; }