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