Here is the most basic piece of C++ code: #include using namespace std; int main(){ cout << "Hello World"; return 0; }