C++ executable tutorial in Linux
!!! I can not write "less than", "greater than" in the description field and replace it with "(", ")" !!!
-- #include(iostream) --
-- cout(("hello"((endl; --
executable.cpp-)
#include(iostream)
using namespace std;
int main(){
cout(("hello"((endl;
return 0;
}
(-executable.cpp
terminal-)g++ -o executable executable.cpp
terminal-)./executable
=hello