Print the following output: Let's learn 'C++' together with Axora
#include <iostream> using namespace std; int main() { cout << "Let's learn 'C++' together with Axora"; return 0; }