C++ | "Hello World" code


 

#include<iostream>

using namespace std;

int main(){

    cout<<"Hello World"<<endl;

    return 0;
}

Comments

Popular posts from this blog

53 Chinese Apps List: All The Apps Flagged By Indian Intelligence Agencies

find the roots of the equation ax^2 + bx + c using C language