// Just some basic format #include <iostream> #include <string> using namespace std; int main() { cout << "Print a String" << endl; }