std::cout
std::cout << "Good luck!\\n";
Compile and Execute
Compile:
g++ variable.cpp
Execute:
./a.out