v01-l1-findError

(10/222)

The following program produces a compilation error ... why ?

#include <iostream>
int main() {
    std::cout >> "Holidays are coming soon !" >> std::endl;
    return 0;
}

???