Testing string

ap2

 #include<iostream>

using namespace std;
int main(){
    cout<<"Hello World,"<<"this is a test"<<" string.";
    return 0;
}

Comments