Testing string and line break.

 ap2b

#include<iostream>
using namespace std;

int main(){
    cout<<"Hello World, this is a test string.\n";
    cout<<"another test string to check line break."<<endl;
    cout<<"dekhne ke leye ki sab changa si ke nhi si.";
    return 0;
}

Comments