Jump to

v01-l1-findError

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

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

???