#include< iostream > int main() { std::cout << "Hello world" << std::endl; }
Standard input is empty
prog.cpp:1:10: error: missing terminating > character
#include<
^
prog.cpp:1:9: error: empty filename in #include
#include<
^
prog.cpp:2:1: error: ‘iostream’ does not name a type
iostream
^
Standard output is empty